Revision: 18582 http://sourceforge.net/p/jmol/code/18582 Author: hansonr Date: 2013-08-16 16:28:33 +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/adapter/readers/cif/CifReader.java Modified: trunk/Jmol/src/org/jmol/adapter/readers/cif/CifReader.java =================================================================== --- trunk/Jmol/src/org/jmol/adapter/readers/cif/CifReader.java 2013-08-16 16:19:46 UTC (rev 18581) +++ trunk/Jmol/src/org/jmol/adapter/readers/cif/CifReader.java 2013-08-16 16:28:33 UTC (rev 18582) @@ -425,7 +425,7 @@ incommensurate = true; else if (incommensurate) return; - setSpaceGroupName(lastSpaceGroupName = (key.indexOf("H-M") > 0 ? "HM:" : incommensurate ? "SSG:" : "Hall:") + data); + setSpaceGroupName(lastSpaceGroupName = (key.indexOf("h-m") > 0 ? "HM:" : incommensurate ? "SSG:" : "Hall:") + data); } /** 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