Revision: 18580 http://sourceforge.net/p/jmol/code/18580 Author: hansonr Date: 2013-08-16 16:19:09 +0000 (Fri, 16 Aug 2013) Log Message: ----------- ___JmolVersion="13.3.4_dev_2013.08.16"
bug fix: CIF reader does not find Hall name for space groups Modified Paths: -------------- trunk/Jmol/src/org/jmol/symmetry/SymmetryOperation.java trunk/Jmol/src/org/jmol/viewer/Jmol.properties Modified: trunk/Jmol/src/org/jmol/symmetry/SymmetryOperation.java =================================================================== --- trunk/Jmol/src/org/jmol/symmetry/SymmetryOperation.java 2013-08-16 16:01:41 UTC (rev 18579) +++ trunk/Jmol/src/org/jmol/symmetry/SymmetryOperation.java 2013-08-16 16:19:09 UTC (rev 18580) @@ -157,11 +157,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: trunk/Jmol/src/org/jmol/viewer/Jmol.properties =================================================================== --- trunk/Jmol/src/org/jmol/viewer/Jmol.properties 2013-08-16 16:01:41 UTC (rev 18579) +++ trunk/Jmol/src/org/jmol/viewer/Jmol.properties 2013-08-16 16:19:09 UTC (rev 18580) @@ -13,6 +13,7 @@ ___JmolVersion="13.3.4_dev_2013.08.16" +bug fix: CIF reader does not find Hall name for space groups NEW FEATURE: set platformSpeed [0 to 10] (includes wireframeRotation along with cartoons and surfaces) bug fix: binding names not included in SHOW MOUSE bug fix: "single" touch can fire double-click 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