Revision: 20383
          http://sourceforge.net/p/jmol/code/20383
Author:   pierocanepa
Date:     2015-03-14 23:07:59 +0000 (Sat, 14 Mar 2015)
Log Message:
-----------
fixed Small bug in QuantumEspresso reader

Modified Paths:
--------------
    trunk/Jmol/src/org/jmol/adapter/readers/xtal/EspressoReader.java

Modified: trunk/Jmol/src/org/jmol/adapter/readers/xtal/EspressoReader.java
===================================================================
--- trunk/Jmol/src/org/jmol/adapter/readers/xtal/EspressoReader.java    
2015-03-14 14:37:58 UTC (rev 20382)
+++ trunk/Jmol/src/org/jmol/adapter/readers/xtal/EspressoReader.java    
2015-03-14 23:07:59 UTC (rev 20383)
@@ -37,7 +37,7 @@
       readAparam();
     } else if (line.contains("crystal axes:")) {
       readCellParam(false);
-    } else if (line.contains("CELL_PARAMETERS")) {
+    } else if (line.contains("CELL_PARAMETERS (")) {
       readCellParam(true);
     } else if (line.contains("Cartesian axes")) {
       discardLinesUntilContains("positions (");

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