Revision: 21495 http://sourceforge.net/p/jmol/code/21495 Author: hansonr Date: 2017-04-07 23:06:36 +0000 (Fri, 07 Apr 2017) Log Message: ----------- HBONDS and LINK BOND/MEASURE
Modified Paths: -------------- trunk/Jmol/src/org/gennbo/NBOModel.java Modified: trunk/Jmol/src/org/gennbo/NBOModel.java =================================================================== --- trunk/Jmol/src/org/gennbo/NBOModel.java 2017-04-07 22:58:40 UTC (rev 21494) +++ trunk/Jmol/src/org/gennbo/NBOModel.java 2017-04-07 23:06:36 UTC (rev 21495) @@ -1238,10 +1238,10 @@ if (selected == null) selected = modelEditGetSelected(); String[] split = PT.getTokens(selected); - System.out.println("setting " + selected); + //System.out.println("setting " + selected); for (int i = 0; i < atomNumBoxes.length; i++) { atomNumBoxes[i].setText(i >= split.length ? "" : " " + split[i]); - System.out.println("set i=" + i + " " + atomNumBoxes[i].getText()); + //System.out.println("set i=" + i + " " + atomNumBoxes[i].getText()); } updateSelected(false); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Jmol-commits mailing list Jmol-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jmol-commits