]> git.donarmstrong.com Git - mothur.git/blobdiff - inputdata.cpp
added headers to shared and relabund files
[mothur.git] / inputdata.cpp
index 08bab60dbd71f4e4c4d0b56472ccb199a026d85b..ac215ca99438fce1b19416c93942d8c5ef51c6a3 100644 (file)
@@ -20,12 +20,14 @@ InputData::InputData(string fName, string f) : format(f){
        filename = fName;
        m->saveNextLabel = "";
        
+       
 }
 /***********************************************************************/
 
 InputData::~InputData(){
        fileHandle.close();
        m->saveNextLabel = "";
+       
 }
 
 /***********************************************************************/
@@ -48,6 +50,7 @@ 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");