Revision: 20794
          http://sourceforge.net/p/jmol/code/20794
Author:   hansonr
Date:     2015-09-22 17:35:24 +0000 (Tue, 22 Sep 2015)
Log Message:
-----------


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

Modified: trunk/Jmol/src/org/jmol/script/ScriptExpr.java
===================================================================
--- trunk/Jmol/src/org/jmol/script/ScriptExpr.java      2015-09-22 14:50:09 UTC 
(rev 20793)
+++ trunk/Jmol/src/org/jmol/script/ScriptExpr.java      2015-09-22 17:35:24 UTC 
(rev 20794)
@@ -2217,7 +2217,7 @@
       if (key.startsWith("_")
           || (t = vwr.g.getOrSetNewVariable(key, true)) == null)
         errorStr(ERROR_invalidArgument, key);
-    }depp
+    }
     if (t != null)
       return t.setv(tv);
 

Modified: trunk/Jmol/src/org/jmol/viewer/Jmol.properties
===================================================================
--- trunk/Jmol/src/org/jmol/viewer/Jmol.properties      2015-09-22 14:50:09 UTC 
(rev 20793)
+++ trunk/Jmol/src/org/jmol/viewer/Jmol.properties      2015-09-22 17:35:24 UTC 
(rev 20794)
@@ -70,6 +70,7 @@
   -- arrays or associative arrays can be recursive
   -- detection of recursion during SHOW, x.format("JSON"), and @x (deep copy)
      now delivers empty array or associative array
+  -- works also with expressions using @{...}:  x = @{y.select("* where atomno 
> 10")}
 
   -- example:
   

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