Revision: 20966
          http://sourceforge.net/p/jmol/code/20966
Author:   hansonr
Date:     2016-02-27 19:28:48 +0000 (Sat, 27 Feb 2016)
Log Message:
-----------
Jmol.___JmolVersion="14.4.3_2016.02.27"

bug fix: [function:"yyy",Function:"zzz"] fails to retain key capitalization 
after first entry for special names
bug fix: (JavaScript only) polyhedra not saved in state
bug fix: (Applet) broken image in coverImage
bug fix: polyhedra DELETE can crash Jmol if polyhedra are not colored 

Modified Paths:
--------------
    branches/v14_4/Jmol/src/org/jmol/shapespecial/Polyhedron.java
    trunk/Jmol/src/org/jmol/shapespecial/Polyhedron.java

Modified: branches/v14_4/Jmol/src/org/jmol/shapespecial/Polyhedron.java
===================================================================
--- branches/v14_4/Jmol/src/org/jmol/shapespecial/Polyhedron.java       
2016-02-27 18:59:52 UTC (rev 20965)
+++ branches/v14_4/Jmol/src/org/jmol/shapespecial/Polyhedron.java       
2016-02-27 19:28:48 UTC (rev 20966)
@@ -108,6 +108,7 @@
       id = (info.containsKey("id") ? info.get("id").asString() : null);
       if (id == null) {
         centralAtom = at[info.get("atomIndex").intValue];
+        modelIndex = centralAtom.mi;
       } else {
         center = P3.newP(SV.ptValue(info.get("center")));
         modelIndex = info.get("modelIndex").intValue;

Modified: trunk/Jmol/src/org/jmol/shapespecial/Polyhedron.java
===================================================================
--- trunk/Jmol/src/org/jmol/shapespecial/Polyhedron.java        2016-02-27 
18:59:52 UTC (rev 20965)
+++ trunk/Jmol/src/org/jmol/shapespecial/Polyhedron.java        2016-02-27 
19:28:48 UTC (rev 20966)
@@ -108,6 +108,7 @@
       id = (info.containsKey("id") ? info.get("id").asString() : null);
       if (id == null) {
         centralAtom = at[info.get("atomIndex").intValue];
+        modelIndex = centralAtom.mi;
       } else {
         center = P3.newP(SV.ptValue(info.get("center")));
         modelIndex = info.get("modelIndex").intValue;

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
_______________________________________________
Jmol-commits mailing list
Jmol-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-commits

Reply via email to