Revision: 20588
          http://sourceforge.net/p/jmol/code/20588
Author:   hansonr
Date:     2015-06-18 13:58:37 +0000 (Thu, 18 Jun 2015)
Log Message:
-----------
moving fix to VaspOutcarReader

Modified Paths:
--------------
    trunk/Jmol/src/org/jmol/adapter/smarter/AtomSetCollectionReader.java

Modified: trunk/Jmol/src/org/jmol/adapter/smarter/AtomSetCollectionReader.java
===================================================================
--- trunk/Jmol/src/org/jmol/adapter/smarter/AtomSetCollectionReader.java        
2015-06-18 13:37:25 UTC (rev 20587)
+++ trunk/Jmol/src/org/jmol/adapter/smarter/AtomSetCollectionReader.java        
2015-06-18 13:58:37 UTC (rev 20588)
@@ -1312,7 +1312,6 @@
         if (s == null)
           s = rd();
         if (width == 0) {
-          s = PT.rep(s, "-", " -");
           tokens = PT.getTokens(s);
         } else {
           tokens = new String[s.length() / width];

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


------------------------------------------------------------------------------
_______________________________________________
Jmol-commits mailing list
Jmol-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-commits

Reply via email to