Revision: 18231 http://sourceforge.net/p/jmol/code/18231 Author: hansonr Date: 2013-05-20 12:44:57 +0000 (Mon, 20 May 2013) Log Message: ----------- ___version=13.0.16_dev_2013.05.20a
bug fix: rockets not working for alpha polymer Modified Paths: -------------- branches/v13_0/Jmol/src/org/jmol/shapebio/RocketsRenderer.java branches/v13_0/Jmol/src/org/jmol/viewer/Jmol.properties Modified: branches/v13_0/Jmol/src/org/jmol/shapebio/RocketsRenderer.java =================================================================== --- branches/v13_0/Jmol/src/org/jmol/shapebio/RocketsRenderer.java 2013-05-20 12:21:36 UTC (rev 18230) +++ branches/v13_0/Jmol/src/org/jmol/shapebio/RocketsRenderer.java 2013-05-20 12:44:57 UTC (rev 18231) @@ -26,7 +26,7 @@ import org.jmol.constant.EnumStructure; import org.jmol.g3d.Graphics3D; -import org.jmol.modelsetbio.AminoPolymer; +import org.jmol.modelsetbio.AlphaPolymer; import org.jmol.modelsetbio.Helix; import org.jmol.modelsetbio.Monomer; import org.jmol.modelsetbio.ProteinStructure; @@ -43,7 +43,7 @@ @Override protected void renderBioShape(BioShape bioShape) { - if (!(bioShape.bioPolymer instanceof AminoPolymer)) + if (!(bioShape.bioPolymer instanceof AlphaPolymer)) return; boolean val = !viewer.getRocketBarrelFlag(); if (renderArrowHeads != val) { Modified: branches/v13_0/Jmol/src/org/jmol/viewer/Jmol.properties =================================================================== --- branches/v13_0/Jmol/src/org/jmol/viewer/Jmol.properties 2013-05-20 12:21:36 UTC (rev 18230) +++ branches/v13_0/Jmol/src/org/jmol/viewer/Jmol.properties 2013-05-20 12:44:57 UTC (rev 18231) @@ -9,8 +9,9 @@ # Don't use ___ in your text, as that is the key for stripping out # the information saved in the JAR version of this file. -___version=13.0.16_dev_2013.05.12 +___version=13.0.16_dev_2013.05.20a +bug fix: rockets not working for alpha polymer bug fix: show state/anim turns "anim" into "animation" bug fix: MoldenReader fix for file blank lines and g,h,i orbitals bug fix: COMPARE does not allow nSeconds at beginning, as described in documentation This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ AlienVault Unified Security Management (USM) platform delivers complete security visibility with the essential security capabilities. Easily and efficiently configure, manage, and operate all of your security controls from a single console and one unified framework. Download a free trial. http://p.sf.net/sfu/alienvault_d2d _______________________________________________ Jmol-commits mailing list Jmol-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jmol-commits