Revision: 18581
          http://sourceforge.net/p/jmol/code/18581
Author:   hansonr
Date:     2013-08-16 16:19:46 +0000 (Fri, 16 Aug 2013)
Log Message:
-----------
___JmolVersion="13.2.4_dev_2013.08.16"

bug fix: CIF reader does not find Hall name for space groups

Modified Paths:
--------------
    branches/v13_2/Jmol/src/org/jmol/symmetry/SymmetryOperation.java
    branches/v13_2/Jmol/src/org/jmol/viewer/Jmol.properties

Modified: branches/v13_2/Jmol/src/org/jmol/symmetry/SymmetryOperation.java
===================================================================
--- branches/v13_2/Jmol/src/org/jmol/symmetry/SymmetryOperation.java    
2013-08-16 16:19:09 UTC (rev 18580)
+++ branches/v13_2/Jmol/src/org/jmol/symmetry/SymmetryOperation.java    
2013-08-16 16:19:46 UTC (rev 18581)
@@ -138,11 +138,11 @@
   
   final static String dumpCanonicalSeitz(Matrix4f s) {
     return new SB().append("{\t").appendI((int) 
s.m00).append("\t").appendI((int) s.m01)
-        .append("\t").appendI((int) 
s.m02).append("\t").append(twelfthsOf(s.m03+12)).append("\t}\n")
+        .append("\t").appendI((int) 
s.m02).append("\t").append(twelfthsOf((s.m03+12)%12)).append("\t}\n")
         .append("{\t").appendI((int) s.m10).append("\t").appendI((int) 
s.m11).append("\t").appendI((int) s.m12)
-        
.append("\t").append(twelfthsOf(s.m13+12)).append("\t}\n").append("{\t").appendI((int)
 s.m20)
+        
.append("\t").append(twelfthsOf((s.m13+12)%12)).append("\t}\n").append("{\t").appendI((int)
 s.m20)
         .append("\t").appendI((int) s.m21).append("\t")
-        .appendI((int) 
s.m22).append("\t").append(twelfthsOf(s.m23+12)).append("\t}\n")
+        .appendI((int) 
s.m22).append("\t").append(twelfthsOf((s.m23+12)%12)).append("\t}\n")
         .append("{\t0\t0\t0\t1\t}\n").toString();
   }
   

Modified: branches/v13_2/Jmol/src/org/jmol/viewer/Jmol.properties
===================================================================
--- branches/v13_2/Jmol/src/org/jmol/viewer/Jmol.properties     2013-08-16 
16:19:09 UTC (rev 18580)
+++ branches/v13_2/Jmol/src/org/jmol/viewer/Jmol.properties     2013-08-16 
16:19:46 UTC (rev 18581)
@@ -9,8 +9,9 @@
 #  Don't use ___ in your text, as that is the key for stripping out
 #  the information saved in the JAR version of this file.
 
-___JmolVersion="13.2.4_dev_2013.08.15"
+___JmolVersion="13.2.4_dev_2013.08.16"
 
+bug fix: CIF reader does not find Hall name for space groups
 bug fix: binding names not included in SHOW MOUSE
 bug fix: "single" touch can fire double-click
 bug fix: {x}.tensor() command fails when no atom tensors

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