Revision: 5235
Author:   hansonr
Date:     2006-06-23 07:15:31 -0700 (Fri, 23 Jun 2006)
ViewCVS:  http://svn.sourceforge.net/jmol/?rev=5235&view=rev

Log Message:
-----------
10.3 adds "strand" equivalent for "strands" as per 

Modified Paths:
--------------
    trunk/Jmol/src/org/jmol/viewer/Token.java
Modified: trunk/Jmol/src/org/jmol/viewer/Token.java
===================================================================
--- trunk/Jmol/src/org/jmol/viewer/Token.java   2006-06-23 13:54:18 UTC (rev 
5234)
+++ trunk/Jmol/src/org/jmol/viewer/Token.java   2006-06-23 14:15:31 UTC (rev 
5235)
@@ -452,7 +452,8 @@
     "ssbond",            new Token(ssbond,    onDefault1, "ssbond"),
     "ssbonds",           null,
     "stereo",            new Token(stereo,   varArgCount, "stereo"),
-    "strands",           new Token(strands,   onDefault1, "strands"),
+    "strand",            new Token(strands,   onDefault1, "strand"),
+    "strands",           null,
     "structure",         new Token(structure,          0, "structure"),
     "trace",             new Token(trace,     onDefault1, "trace"),
     "translate",         new Token(translate,varArgCount, "translate"),


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Jmol-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-commits

Reply via email to