Revision: 20295
          http://sourceforge.net/p/jmol/code/20295
Author:   hansonr
Date:     2015-02-15 00:51:11 +0000 (Sun, 15 Feb 2015)
Log Message:
-----------
Jmol.___JmolVersion="14.3.12_2015.02.14"

bug fix: compare({atomA},{atomsB}) should return standard 4x4 matrix, not one 
involving a rotation
         about an atom center (follow-up ROTATESELECTED was broken in 
14.3.11_2014.12.17)
bug fix: mutation should not force recreation of shapes

code: org.jmol.modelsetbio.BioExt 
 -- extracts struts, quaternion plots, polymerInfo, mutate into optional module
 

Modified Paths:
--------------
    trunk/Jmol/src/org/jmol/modelsetbio/BioExt.java

Modified: trunk/Jmol/src/org/jmol/modelsetbio/BioExt.java
===================================================================
--- trunk/Jmol/src/org/jmol/modelsetbio/BioExt.java     2015-02-15 00:41:21 UTC 
(rev 20294)
+++ trunk/Jmol/src/org/jmol/modelsetbio/BioExt.java     2015-02-15 00:51:11 UTC 
(rev 20295)
@@ -1019,6 +1019,7 @@
       } catch (Exception e) {
         // TODO
       }
+      ms = vwr.ms;
       if (ms.ac == ac)
         return false;
       SB sb = ms.am[iModel].loadScript;

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