Revision: 18448 http://sourceforge.net/p/jmol/code/18448 Author: hansonr Date: 2013-07-15 21:03:15 +0000 (Mon, 15 Jul 2013) Log Message: ----------- ___JmolVersion="13.1.19_dev_2013.07.15b"
bug fix: "cs" for Cs symmetry broken in chemicalshift Modified Paths: -------------- trunk/Jmol/src/org/jmol/script/ScriptEvaluator.java trunk/Jmol/src/org/jmol/shapesurface/Isosurface.java trunk/Jmol/src/org/jmol/viewer/Jmol.properties Modified: trunk/Jmol/src/org/jmol/script/ScriptEvaluator.java =================================================================== --- trunk/Jmol/src/org/jmol/script/ScriptEvaluator.java 2013-07-15 06:01:42 UTC (rev 18447) +++ trunk/Jmol/src/org/jmol/script/ScriptEvaluator.java 2013-07-15 21:03:15 UTC (rev 18448) @@ -12392,6 +12392,8 @@ // draw pointgroup [C2|C3|Cs|Ci|etc.] [n] [scale x] int pt = 2; String type = (tokAt(pt) == T.scale ? "" : optParameterAsString(pt)); + if (type.equals("chemicalShift")) + type = "cs"; float scale = 1; int index = 0; if (type.length() > 0) { Modified: trunk/Jmol/src/org/jmol/shapesurface/Isosurface.java =================================================================== --- trunk/Jmol/src/org/jmol/shapesurface/Isosurface.java 2013-07-15 06:01:42 UTC (rev 18447) +++ trunk/Jmol/src/org/jmol/shapesurface/Isosurface.java 2013-07-15 21:03:15 UTC (rev 18448) @@ -750,7 +750,7 @@ private void setPropertySuper(String propertyName, Object value, BS bs) { if (propertyName == "thisID" && currentMesh != null - && currentMesh.thisID.equals(value)) { + && currentMesh.thisID != null && currentMesh.thisID.equals(value)) { checkExplicit((String) value); return; } Modified: trunk/Jmol/src/org/jmol/viewer/Jmol.properties =================================================================== --- trunk/Jmol/src/org/jmol/viewer/Jmol.properties 2013-07-15 06:01:42 UTC (rev 18447) +++ trunk/Jmol/src/org/jmol/viewer/Jmol.properties 2013-07-15 21:03:15 UTC (rev 18448) @@ -9,8 +9,10 @@ # The quotes above look odd for a parameter file, but they are # important for the JavaScript version of Jmol. -___JmolVersion="13.1.19_dev_2013.07.15" +___JmolVersion="13.1.19_dev_2013.07.15b" +bug fix: "cs" for Cs symmetry broken in chemicalshift + bug fix: cartoons with too small nonzero size will not render anything TODO: trouble with the Indirect spin coupling... Jmol will visualize them only within the unit cell This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ See everything from the browser to the database with AppDynamics Get end-to-end visibility with application monitoring from AppDynamics Isolate bottlenecks and diagnose root cause in seconds. Start your free trial of AppDynamics Pro today! http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk _______________________________________________ Jmol-commits mailing list Jmol-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jmol-commits