Revision: 18262
          http://sourceforge.net/p/jmol/code/18262
Author:   hansonr
Date:     2013-05-28 18:47:48 +0000 (Tue, 28 May 2013)
Log Message:
-----------
___JmolVersion="13.1.16_dev_2013.05.28e"

Modified Paths:
--------------
    trunk/Jmol/src/org/jmol/adapter/readers/pymol/PyMOLReader.java
    trunk/Jmol/src/org/jmol/adapter/readers/pymol/PyMOLScene.java
    trunk/Jmol/src/org/jmol/viewer/Jmol.properties

Modified: trunk/Jmol/src/org/jmol/adapter/readers/pymol/PyMOLReader.java
===================================================================
--- trunk/Jmol/src/org/jmol/adapter/readers/pymol/PyMOLReader.java      
2013-05-28 18:04:54 UTC (rev 18261)
+++ trunk/Jmol/src/org/jmol/adapter/readers/pymol/PyMOLReader.java      
2013-05-28 18:47:48 UTC (rev 18262)
@@ -1460,7 +1460,7 @@
   }
 
   public float getVDW(int iAtom) {
-    return (int) atoms[iAtom].radius;
+    return atoms[iAtom].radius;
   }
 
   public int getSequenceNumber(int iAtom) {

Modified: trunk/Jmol/src/org/jmol/adapter/readers/pymol/PyMOLScene.java
===================================================================
--- trunk/Jmol/src/org/jmol/adapter/readers/pymol/PyMOLScene.java       
2013-05-28 18:04:54 UTC (rev 18261)
+++ trunk/Jmol/src/org/jmol/adapter/readers/pymol/PyMOLScene.java       
2013-05-28 18:47:48 UTC (rev 18262)
@@ -136,6 +136,7 @@
     stickTranslucency = floatSetting(PyMOL.stick_transparency);
     sphereTranslucency = floatSetting(PyMOL.sphere_transparency);
     cartoonLadderMode = booleanSetting(PyMOL.cartoon_ladder_mode);
+    cartoonRockets = booleanSetting(PyMOL.cartoon_cylindrical_helices);
     surfaceMode = (int) floatSetting(PyMOL.surface_mode);
     surfaceColor = (int) floatSetting(PyMOL.surface_color);
     //solventAsSpheres = getBooleanSetting(PyMOL.sphere_solvent); - this is 
for SA-Surfaces

Modified: trunk/Jmol/src/org/jmol/viewer/Jmol.properties
===================================================================
--- trunk/Jmol/src/org/jmol/viewer/Jmol.properties      2013-05-28 18:04:54 UTC 
(rev 18261)
+++ trunk/Jmol/src/org/jmol/viewer/Jmol.properties      2013-05-28 18:47:48 UTC 
(rev 18262)
@@ -9,7 +9,7 @@
 #  The quotes above look odd for a parameter file, but they are 
 #  important for the JavaScript version of Jmol.
 
-___JmolVersion="13.1.16_dev_2013.05.28d"
+___JmolVersion="13.1.16_dev_2013.05.28e"
 
 JavaScript: adding SYNC
 bug fix: Gaussian reader not splitting MO set by model

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


------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
_______________________________________________
Jmol-commits mailing list
Jmol-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-commits

Reply via email to