]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedordervector.cpp
moved utilities out of mothur.h and into mothurOut class.
[mothur.git] / sharedordervector.cpp
index 2df67b8d19b1861714aba2746e3326256cdfe2ae..3944212ea99e688cea1e04af5bd559044869505d 100644 (file)
@@ -57,7 +57,7 @@ SharedOrderVector::SharedOrderVector(ifstream& f) : DataVector() {  //reads in a
                        }
                }
                
-               gobble(f); 
+               m->gobble(f); 
                
                if (f.eof() != true) { f >> nextLabel; }
                
@@ -81,7 +81,7 @@ SharedOrderVector::SharedOrderVector(ifstream& f) : DataVector() {  //reads in a
                                }
                        }
                        
-                       gobble(f);
+                       m->gobble(f);
                                
                        if (f.eof() != true) { f >> nextLabel; }