Revision: 5152
Author: hansonr
Date: 2006-05-20 11:30:40 -0700 (Sat, 20 May 2006)
ViewCVS: http://svn.sourceforge.net/jmol/?rev=5152&view=rev
Log Message:
-----------
bob200306 adding "molecular" equivalent for "internal" rotation since set
axesMolecular
Modified Paths:
--------------
branches/bob200603/Jmol/src/org/jmol/viewer/Eval.java
Modified: branches/bob200603/Jmol/src/org/jmol/viewer/Eval.java
===================================================================
--- branches/bob200603/Jmol/src/org/jmol/viewer/Eval.java 2006-05-20
17:56:37 UTC (rev 5151)
+++ branches/bob200603/Jmol/src/org/jmol/viewer/Eval.java 2006-05-20
18:30:40 UTC (rev 5152)
@@ -1864,18 +1864,18 @@
* spin 10 (atomno=1)(atomno=2)
* spin 20 {0 0 0} {1 1 1}
*
- * spin INTERNAL 20 {0 0 0} {1 1 1}
+ * spin MOLECULAR 20 {0 0 0} {1 1 1}
*
- * The INTERNAL keyword indicates that spins or rotations are to be
+ * The MOLECULAR keyword indicates that spins or rotations are to be
* carried out in the internal molecular coordinate frame, not the
* fixed room frame. When fractional coordinates are indicated,
- * INTERNAL is automatically selected and need not be indicated:
+ * MOLECULAR is automatically selected and need not be indicated:
*
* spin 20 {0 0 0/} {1 1 1/}
*
* In association with this, TransformManager and associated functions
* are TOTALLY REWRITTEN and consolideated. It is VERY clean now - just
- * two methods here -- one fixed and one internal, two in Viewer, and
+ * two methods here -- one fixed and one molecular, two in Viewer, and
* two in TransformManager. All the centering stuff has been carefully
* inspected are reorganized as well.
*
@@ -1938,7 +1938,8 @@
isAxisAngle = true;
break;
case Token.identifier:
- if (((String) statement[i].value).equalsIgnoreCase("internal"))
+ if (((String) statement[i].value).equalsIgnoreCase("internal")
+ || ((String) statement[i].value).equalsIgnoreCase("molecular") )
isInternal = true;
break;
case Token.leftbrace:
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