Revision: 21484 http://sourceforge.net/p/jmol/code/21484 Author: hansonr Date: 2017-04-05 17:23:57 +0000 (Wed, 05 Apr 2017) Log Message: ----------- Jmol.___JmolVersion="14.11.3" // 2017-04-05
bug fix: some sort of bad build for DSSR Modified Paths: -------------- trunk/Jmol/src/org/jmol/dssx/DSSR1.java trunk/Jmol/src/org/jmol/viewer/Jmol.properties Modified: trunk/Jmol/src/org/jmol/dssx/DSSR1.java =================================================================== --- trunk/Jmol/src/org/jmol/dssx/DSSR1.java 2017-04-04 23:24:43 UTC (rev 21483) +++ trunk/Jmol/src/org/jmol/dssx/DSSR1.java 2017-04-05 17:23:57 UTC (rev 21484) @@ -314,7 +314,7 @@ if (!doCache) { key = PT.rep(key, "NOCACHE", "").trim(); } - System.out.println("testing DSSR1"); +// System.out.println("testing DSSR1"); BS bs = null;// (doCache ? (BS) annotationCache.get(key) : null); // if (bs != null) // return bs; Modified: trunk/Jmol/src/org/jmol/viewer/Jmol.properties =================================================================== --- trunk/Jmol/src/org/jmol/viewer/Jmol.properties 2017-04-04 23:24:43 UTC (rev 21483) +++ trunk/Jmol/src/org/jmol/viewer/Jmol.properties 2017-04-05 17:23:57 UTC (rev 21484) @@ -49,8 +49,12 @@ # 10. Run jmol/tools build-release.xml # -Jmol.___JmolVersion="14.11.2" // 2017-04-04 +Jmol.___JmolVersion="14.11.3" // 2017-04-05 +bug fix: some sort of bad build for DSSR + +JmolVersion="14.11.2" // 2017-04-04 + bug fix: NBO fixes bug fix: backboneSteps moved to cartoonSteps // order of checking for TRUE is: 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