]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedrabundvector.cpp
moved utilities out of mothur.h and into mothurOut class.
[mothur.git] / sharedrabundvector.cpp
index d135091c3301ed428a8e8e0391a2120643a21520..c15dfac5a1cde0b8fb08173702c44b227e06c2c0 100644 (file)
@@ -101,7 +101,7 @@ SharedRAbundVector::SharedRAbundVector(ifstream& f) : DataVector(), maxRank(0),
                        
                }
                
-               gobble(f);
+               m->gobble(f);
                
                if (f.eof() != true) { f >> nextLabel; }
                
@@ -128,7 +128,7 @@ SharedRAbundVector::SharedRAbundVector(ifstream& f) : DataVector(), maxRank(0),
                                lookup[count]->push_back(inputData, groupN); //abundance, bin, group
                        }
                        
-                       gobble(f);
+                       m->gobble(f);
                                
                        if (f.eof() != true) { f >> nextLabel; }
                }