Revision: 20335
          http://sourceforge.net/p/jmol/code/20335
Author:   hansonr
Date:     2015-02-25 20:10:55 +0000 (Wed, 25 Feb 2015)
Log Message:
-----------
Jmol.___JmolVersion="14.3.12_2015.02.25c"

bug fix: Jmol 14.1.2_2013.12.13 disabled some mmCIF file reading for non-wwPDB 
mmCIF files

Modified Paths:
--------------
    trunk/Jmol/src/org/jmol/adapter/smarter/Resolver.java
    trunk/Jmol/src/org/jmol/viewer/Jmol.properties

Modified: trunk/Jmol/src/org/jmol/adapter/smarter/Resolver.java
===================================================================
--- trunk/Jmol/src/org/jmol/adapter/smarter/Resolver.java       2015-02-25 
19:57:36 UTC (rev 20334)
+++ trunk/Jmol/src/org/jmol/adapter/smarter/Resolver.java       2015-02-25 
20:10:55 UTC (rev 20335)
@@ -589,7 +589,7 @@
   }
 
   private final static String[] mmcifLineStartRecords =
-  { "MMCif", "_entry.id", "_database_PDB_", "_pdbx_", "_chem_comp.pdbx_type", 
"_audit_author.name" };
+  { "MMCif", "_entry.id", "_database_PDB_", "_pdbx_", "_chem_comp.pdbx_type", 
"_audit_author.name", "_atom_site." };
 
   private final static String[] cifLineStartRecords =
   { "Cif", "data_", "_publ" };

Modified: trunk/Jmol/src/org/jmol/viewer/Jmol.properties
===================================================================
--- trunk/Jmol/src/org/jmol/viewer/Jmol.properties      2015-02-25 19:57:36 UTC 
(rev 20334)
+++ trunk/Jmol/src/org/jmol/viewer/Jmol.properties      2015-02-25 20:10:55 UTC 
(rev 20335)
@@ -14,8 +14,13 @@
 
 TODO: remove HTML5 dependency on synchronous file loading (check SCRIPT 
command for problems)
 
-Jmol.___JmolVersion="14.3.12_2015.02.25b"
+Jmol.___JmolVersion="14.3.12_2015.02.25c"
 
+bug fix: Jmol 14.1.2_2013.12.13 disabled some mmCIF file reading for non-wwPDB 
mmCIF files
+
+
+JmolVersion="14.3.12_2015.02.25b"
+
 new feature: random(low,high,seed)
  -- provides a new seed for the random() function
  -- seed may be any 48-bit integer. 

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


------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Jmol-commits mailing list
Jmol-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-commits

Reply via email to