Revision: 20938
          http://sourceforge.net/p/jmol/code/20938
Author:   hansonr
Date:     2016-01-28 14:27:21 +0000 (Thu, 28 Jan 2016)
Log Message:
-----------
Jmol.___JmolVersion="14.4.1_2016.01.28"

bug fix: MOs need to move with atoms and be restored from state properly 
  after use of ROTATESELECTED. 
  -- note that fix for 14.4 does not include state saving, as that would break 
previous subversions
       
code: JmolZipUtilities interface removed
code: JmolBinary reduced to just all Spartan-related methods

Modified Paths:
--------------
    branches/v14_4/Jmol/src/org/jmol/jvxl/readers/VolumeFileReader.java

Modified: branches/v14_4/Jmol/src/org/jmol/jvxl/readers/VolumeFileReader.java
===================================================================
--- branches/v14_4/Jmol/src/org/jmol/jvxl/readers/VolumeFileReader.java 
2016-01-28 14:26:16 UTC (rev 20937)
+++ branches/v14_4/Jmol/src/org/jmol/jvxl/readers/VolumeFileReader.java 
2016-01-28 14:27:21 UTC (rev 20938)
@@ -357,7 +357,7 @@
       sg.fillAtomData(atomData, AtomData.MODE_FILL_COORDS);
       qpc.setupCalculation(volumeData, sg.params.bsSelected, null, null, null,
           atomData.atomXyz, -1, null, null, null, null, null, null, 
params.isSquaredLinear,
-          null, params.theProperty, true, null, params.parameters, 
params.testFlags);
+          null, params.theProperty, true, null, params.parameters, 
params.testFlags, params.modelInvRotation);
       iPlaneRaw = 1;
       qpc.setPlanes(yzPlanesRaw = new float[4][yzCount]);
       if (hasColorData) {

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=267308311&iu=/4140
_______________________________________________
Jmol-commits mailing list
Jmol-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-commits

Reply via email to