]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedrabundvector.cpp
bugs for 1.5
[mothur.git] / sharedrabundvector.cpp
index cb20accf9f93819a45d8492ca9176cd8537b8a0c..142f787e24ac3663c19783874721299a071336cf 100644 (file)
@@ -101,6 +101,8 @@ SharedRAbundVector::SharedRAbundVector(ifstream& f) : DataVector(), maxRank(0),
                        
                }
                
+               gobble(f);
+               
                if (f.eof() != true) { f >> nextLabel; }
                
                //read the rest of the groups info in
@@ -126,6 +128,7 @@ SharedRAbundVector::SharedRAbundVector(ifstream& f) : DataVector(), maxRank(0),
                                lookup[count]->push_back(inputData, i, groupN); //abundance, bin, group
                        }
                        
+                       gobble(f);
                                
                        if (f.eof() != true) { f >> nextLabel; }
                }