Revision: 20107 http://sourceforge.net/p/jmol/code/20107 Author: hansonr Date: 2014-11-12 15:36:35 +0000 (Wed, 12 Nov 2014) Log Message: ----------- Jmol.___JmolVersion="14.3.9_2014.11.12"
bug fix: Molden reader fails to read orbitals if [GEOCONV] is present Modified Paths: -------------- trunk/Jmol/src/org/jmol/adapter/readers/quantum/MoldenReader.java trunk/Jmol/src/org/jmol/viewer/Jmol.properties Modified: trunk/Jmol/src/org/jmol/adapter/readers/quantum/MoldenReader.java =================================================================== --- trunk/Jmol/src/org/jmol/adapter/readers/quantum/MoldenReader.java 2014-11-11 19:53:36 UTC (rev 20106) +++ trunk/Jmol/src/org/jmol/adapter/readers/quantum/MoldenReader.java 2014-11-12 15:36:35 UTC (rev 20107) @@ -514,7 +514,7 @@ if (desiredModelNumber == 0 || desiredModelNumber == nGeom) desiredModelNumber = nGeom; else if (asc.atomSetCount > 0) - finalizeMOData(null); + finalizeMOData(moData); for (int i = 0; i < nGeom; i++) { readLines(2); if (doGetModel(++modelNumber, null)) { Modified: trunk/Jmol/src/org/jmol/viewer/Jmol.properties =================================================================== --- trunk/Jmol/src/org/jmol/viewer/Jmol.properties 2014-11-11 19:53:36 UTC (rev 20106) +++ trunk/Jmol/src/org/jmol/viewer/Jmol.properties 2014-11-12 15:36:35 UTC (rev 20107) @@ -15,9 +15,12 @@ TODO: design and implement sidechain mutation -- MUTATE command ? TODO: remove HTML5 dependency on synchronous file loading (check SCRIPT command for problems) +Jmol.___JmolVersion="14.3.9_2014.11.12" -Jmol.___JmolVersion="14.3.9_2014.11.11" +bug fix: Molden reader fails to read orbitals if [GEOCONV] is present +JmolVersion="14.3.9_2014.11.11" + bug fix: JmolVersion 14.3.3_2014.07.27 broke ligand bond reading when fetching ligands. -- mmCIF reader was not being selected by the Resolver -- Requires an increment of version number to 14.3.9 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Comprehensive Server Monitoring with Site24x7. Monitor 10 servers for $9/Month. Get alerted through email, SMS, voice calls or mobile push notifications. Take corrective actions from your mobile device. http://pubads.g.doubleclick.net/gampad/clk?id=154624111&iu=/4140/ostg.clktrk _______________________________________________ Jmol-commits mailing list Jmol-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jmol-commits