Revision: 20692 http://sourceforge.net/p/jmol/code/20692 Author: hansonr Date: 2015-08-12 19:27:45 +0000 (Wed, 12 Aug 2015) Log Message: ----------- Jmol.___JmolVersion="14.3.16_2015.08.12"
bug fix: var b = a..B fails (found by Rolf Huehne) -- non-lower-case associative array name same as user variable name turned into lower case and then looked up as a["b"] instead of a["B"], so not found Modified Paths: -------------- trunk/Jmol/src/org/jmol/viewer/Jmol.properties Modified: trunk/Jmol/src/org/jmol/viewer/Jmol.properties =================================================================== --- trunk/Jmol/src/org/jmol/viewer/Jmol.properties 2015-08-12 19:26:12 UTC (rev 20691) +++ trunk/Jmol/src/org/jmol/viewer/Jmol.properties 2015-08-12 19:27:45 UTC (rev 20692) @@ -51,7 +51,7 @@ Jmol.___JmolVersion="14.3.16_2015.08.12" -bug fix: var b = a..B fails +bug fix: var b = a..B fails (found by Rolf Huehne) -- non-lower-case associative array name same as user variable name turned into lower case and then looked up as a["b"] instead of a["B"], so not found This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ _______________________________________________ Jmol-commits mailing list Jmol-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jmol-commits