]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedordervector.cpp
bugs for 1.5
[mothur.git] / sharedordervector.cpp
index 76eeafa4b519c02b25c8364e19d3d0397ffdcd96..e1ede6d0e8048ee46cdc38b33ef47b76ffa03624 100644 (file)
@@ -57,6 +57,8 @@ SharedOrderVector::SharedOrderVector(ifstream& f) : DataVector() {  //reads in a
                        }
                }
                
+               gobble(f); 
+               
                if (f.eof() != true) { f >> nextLabel; }
                
                //read the rest of the groups info in
@@ -79,6 +81,7 @@ SharedOrderVector::SharedOrderVector(ifstream& f) : DataVector() {  //reads in a
                                }
                        }
                        
+                       gobble(f);
                                
                        if (f.eof() != true) { f >> nextLabel; }