Revision: 18570
          http://sourceforge.net/p/jmol/code/18570
Author:   hansonr
Date:     2013-08-14 14:37:03 +0000 (Wed, 14 Aug 2013)
Log Message:
-----------


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

Modified: trunk/Jmol/src/org/jmol/util/Tensor.java
===================================================================
--- trunk/Jmol/src/org/jmol/util/Tensor.java    2013-08-14 13:29:39 UTC (rev 
18569)
+++ trunk/Jmol/src/org/jmol/util/Tensor.java    2013-08-14 14:37:03 UTC (rev 
18570)
@@ -167,7 +167,7 @@
         for (int j = 0; j < 3; j++)
           a[pt++] = (float) asymMatrix[i][j];
       return Matrix3f.newA(a);
-    case 4:
+    case 4: 
       if (symMatrix == null)
         return null;
       float[] b = new float[9];
@@ -176,7 +176,7 @@
         for (int j = 0; j < 3; j++)
           b[p2++] = (float) symMatrix[i][j];
       return Matrix3f.newA(b);
-    case 5:
+    case 5: // value
       return Float.valueOf(eigenValues[2]);
     case 6: // isotropy
       return Float.valueOf(getIso());

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