]> git.donarmstrong.com Git - mothur.git/blobdiff - inputdata.cpp
changing command name classify.shared to classifyrf.shared
[mothur.git] / inputdata.cpp
index 08bab60dbd71f4e4c4d0b56472ccb199a026d85b..8b1829a3db697df21b3d0f64bf6be6cfea15c536 100644 (file)
@@ -19,7 +19,6 @@ InputData::InputData(string fName, string f) : format(f){
        m->openInputFile(fName, fileHandle);
        filename = fName;
        m->saveNextLabel = "";
-       
 }
 /***********************************************************************/
 
@@ -48,6 +47,8 @@ InputData::InputData(string fName, string orderFileName, string f) : format(f){
                ofHandle.close();
        
                m->openInputFile(fName, fileHandle);
+               m->saveNextLabel = "";
+               
        }
        catch(exception& e) {
                m->errorOut(e, "InputData", "InputData");