Revision: 18585
          http://sourceforge.net/p/jmol/code/18585
Author:   hansonr
Date:     2013-08-17 02:56:49 +0000 (Sat, 17 Aug 2013)
Log Message:
-----------


Modified Paths:
--------------
    trunk/Jmol/src/org/jmol/util/Parser.java

Modified: trunk/Jmol/src/org/jmol/util/Parser.java
===================================================================
--- trunk/Jmol/src/org/jmol/util/Parser.java    2013-08-17 02:51:29 UTC (rev 
18584)
+++ trunk/Jmol/src/org/jmol/util/Parser.java    2013-08-17 02:56:49 UTC (rev 
18585)
@@ -398,6 +398,21 @@
     // looks crazy, but if we don't do this, Google Closure Compiler will 
     // write code that Safari will misinterpret in a VERY nasty way -- 
     // getting totally confused as to long integers and double values
+    
+    // This is Safari figuring out the values of the numbers on the line (x, 
y, then z):
+
+    //  ATOM 1241 CD1 LEU A 64 -2.206 36.532 31.576 1.00 60.60 C
+    //  e=1408749273
+    //  -e =-1408749273
+    //  ATOM 1241 CD1 LEU A 64 -2.206 36.532 31.576 1.00 60.60 C
+    //  e=-1821066134
+    //  e=36.532
+    //  ATOM 1241 CD1 LEU A 64 -2.206 36.532 31.576 1.00 60.60 C
+    //  e=-1133871366
+    //  e=31.576
+    //
+    //  "e" values are just before and after the "value = -value" statement.
+    
     int ch = 0;
     float ival = 0f;
     float ival2 = 0f;

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


------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
Jmol-commits mailing list
Jmol-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-commits

Reply via email to