Revision: 20280
          http://sourceforge.net/p/jmol/code/20280
Author:   hansonr
Date:     2015-02-11 12:00:50 +0000 (Wed, 11 Feb 2015)
Log Message:
-----------
Jmol.___JmolVersion="14.2.12_2015.02.11"
released

bug fix: 02.10 may break loading ligand files

Modified Paths:
--------------
    branches/v14_2/Jmol/src/org/jmol/adapter/readers/cif/CifReader.java
    branches/v14_2/Jmol/src/org/jmol/viewer/Jmol.properties

Modified: branches/v14_2/Jmol/src/org/jmol/adapter/readers/cif/CifReader.java
===================================================================
--- branches/v14_2/Jmol/src/org/jmol/adapter/readers/cif/CifReader.java 
2015-02-11 03:52:27 UTC (rev 20279)
+++ branches/v14_2/Jmol/src/org/jmol/adapter/readers/cif/CifReader.java 
2015-02-11 12:00:50 UTC (rev 20280)
@@ -1306,7 +1306,7 @@
         atom.vib = V3.new3(siteMult, 0, Float.NaN);
     }
     asc.setCurrentModelInfo("isCIF", Boolean.TRUE);
-    if (isMMCIF && !isLigand)
+    if (isMMCIF)
       setModelPDB(true);
     if (isMMCIF && skipping)
       skipping = false;

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:27 UTC (rev 20279)
+++ branches/v14_2/Jmol/src/org/jmol/viewer/Jmol.properties     2015-02-11 
12:00:50 UTC (rev 20280)
@@ -5,7 +5,13 @@
 # THIS IS THE RELEASE BRANCH 
 # BUG FIXES ONLY, PLEASE
 
+Jmol.___JmolVersion="14.2.12_2015.02.11"
+released
+
+bug fix: 02.10 may break loading ligand files
+
 Jmol.___JmolVersion="14.2.12_2015.02.10"
+released
 
 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

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