X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=inputdata.cpp;h=8b1829a3db697df21b3d0f64bf6be6cfea15c536;hp=08bab60dbd71f4e4c4d0b56472ccb199a026d85b;hb=a8e2df1b96a57f5f29576b08361b86a96a8eff4f;hpb=10c8178dc5e3f96ef8e92a986f1eddd13e622173 diff --git a/inputdata.cpp b/inputdata.cpp index 08bab60..8b1829a 100644 --- a/inputdata.cpp +++ b/inputdata.cpp @@ -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");