]> git.donarmstrong.com Git - mothur.git/blobdiff - getlabelcommand.cpp
moved utilities out of mothur.h and into mothurOut class.
[mothur.git] / getlabelcommand.cpp
index 1c08eb1fab8905674700bdc440a93ebd38b88a4f..971feb4b33f70f44bcfbabdf6de55caf17bda3cd 100644 (file)
@@ -59,7 +59,7 @@ int GetlabelCommand::execute(){
                
                filename = globaldata->inputFileName;
                ifstream in;
-               openInputFile(filename, in);
+               m->openInputFile(filename, in);
                string label;
                int numBins = 0;
                int count = -1;