Revision: 20278 http://sourceforge.net/p/jmol/code/20278 Author: hansonr Date: 2015-02-11 03:52:14 +0000 (Wed, 11 Feb 2015) Log Message: ----------- Jmol.___JmolVersion="14.2.12_2015.02.10"
bug fix: color $contact1 "roygb" range -0.5 1.0; broken (in state after using CONTACT) bug fix: mmCIF reader does not flag first model of a multimodel set as type PDB Modified Paths: -------------- trunk/Jmol/src/org/jmol/script/ScriptEval.java trunk/Jmol/src/org/jmol/viewer/Jmol.properties Modified: trunk/Jmol/src/org/jmol/script/ScriptEval.java =================================================================== --- trunk/Jmol/src/org/jmol/script/ScriptEval.java 2015-02-10 14:11:22 UTC (rev 20277) +++ trunk/Jmol/src/org/jmol/script/ScriptEval.java 2015-02-11 03:52:14 UTC (rev 20278) @@ -8396,7 +8396,7 @@ if (max == Float.MAX_VALUE) ce.hi = max; setShapeProperty(shapeType, "remapColor", ce); - showString(((String) getShapeProperty(JC.SHAPE_ISOSURFACE, "dataRangeStr")).replace('\n',' ')); + showString(((String) getShapeProperty(shapeType, "dataRangeStr")).replace('\n',' ')); if (translucentLevel == Float.MAX_VALUE) return; } else if (max != Float.MAX_VALUE) { Modified: trunk/Jmol/src/org/jmol/viewer/Jmol.properties =================================================================== --- trunk/Jmol/src/org/jmol/viewer/Jmol.properties 2015-02-10 14:11:22 UTC (rev 20277) +++ trunk/Jmol/src/org/jmol/viewer/Jmol.properties 2015-02-11 03:52:14 UTC (rev 20278) @@ -17,8 +17,10 @@ Jmol.___JmolVersion="14.3.12_2015.02.10" -bug fix: mmCIF reader does not flag first model of a multimodel set as a PDB model +bug fix: color $contact1 "roygb" range -0.5 1.0; broken (in state after using CONTACT) +bug fix: mmCIF reader does not flag first model of a multimodel set as type PDB + JmolVersion="14.3.12_2015.02.09" new feature: frame align {atoms} FIXED This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Dive into the World of Parallel Programming. The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ Jmol-commits mailing list Jmol-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jmol-commits