Revision: 20279
          http://sourceforge.net/p/jmol/code/20279
Author:   hansonr
Date:     2015-02-11 03:52:27 +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:
--------------
    branches/v14_2/Jmol/src/org/jmol/script/ScriptEval.java
    branches/v14_2/Jmol/src/org/jmol/viewer/Jmol.properties

Modified: branches/v14_2/Jmol/src/org/jmol/script/ScriptEval.java
===================================================================
--- branches/v14_2/Jmol/src/org/jmol/script/ScriptEval.java     2015-02-11 
03:52:14 UTC (rev 20278)
+++ branches/v14_2/Jmol/src/org/jmol/script/ScriptEval.java     2015-02-11 
03:52:27 UTC (rev 20279)
@@ -8339,7 +8339,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: branches/v14_2/Jmol/src/org/jmol/viewer/Jmol.properties
===================================================================
--- branches/v14_2/Jmol/src/org/jmol/viewer/Jmol.properties     2015-02-11 
03:52:14 UTC (rev 20278)
+++ branches/v14_2/Jmol/src/org/jmol/viewer/Jmol.properties     2015-02-11 
03:52:27 UTC (rev 20279)
@@ -7,7 +7,8 @@
 
 Jmol.___JmolVersion="14.2.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.2.12_2015.02.07"
 

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

Reply via email to