Revision: 20810
          http://sourceforge.net/p/jmol/code/20810
Author:   hansonr
Date:     2015-10-06 13:49:08 +0000 (Tue, 06 Oct 2015)
Log Message:
-----------
Jmol.___JmolVersion="14.3.16_2015.10.06"

bug fix: for (a in {*}) with no VAR fails

bug fix: better error reporting

new feature: load =aflow/AgAu
 -- easy access to binary metal alloy CIF files
 
bug fix: braceless if/for fix from 10.04

Modified Paths:
--------------
    trunk/Jmol/src/org/jmol/script/ScriptEval.java
    trunk/Jmol/src/org/jmol/viewer/Jmol.properties

Modified: trunk/Jmol/src/org/jmol/script/ScriptEval.java
===================================================================
--- trunk/Jmol/src/org/jmol/script/ScriptEval.java      2015-10-06 13:13:45 UTC 
(rev 20809)
+++ trunk/Jmol/src/org/jmol/script/ScriptEval.java      2015-10-06 13:49:08 UTC 
(rev 20810)
@@ -3565,6 +3565,7 @@
             forVal = SV.getVariable(bsOrList);
             if (inTok == T.bitset) {
               j = ((BS) bsOrList).nextSetBit(0);
+              forVal.intValue = 0;
             } else {
               forVal.intValue = 1;
               forVar.setv(SV.selectItemVar(forVal));

Modified: trunk/Jmol/src/org/jmol/viewer/Jmol.properties
===================================================================
--- trunk/Jmol/src/org/jmol/viewer/Jmol.properties      2015-10-06 13:13:45 UTC 
(rev 20809)
+++ trunk/Jmol/src/org/jmol/viewer/Jmol.properties      2015-10-06 13:49:08 UTC 
(rev 20810)
@@ -64,6 +64,8 @@
 
 Jmol.___JmolVersion="14.3.16_2015.10.06"
 
+bug fix: for (a in {*}) with no VAR fails
+
 bug fix: better error reporting
 
 new feature: load =aflow/AgAu

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

Reply via email to