]> git.donarmstrong.com Git - mothur.git/blobdiff - inputdata.cpp
working on pam
[mothur.git] / inputdata.cpp
index ac215ca99438fce1b19416c93942d8c5ef51c6a3..8b1829a3db697df21b3d0f64bf6be6cfea15c536 100644 (file)
@@ -19,15 +19,12 @@ InputData::InputData(string fName, string f) : format(f){
        m->openInputFile(fName, fileHandle);
        filename = fName;
        m->saveNextLabel = "";
-       
-       
 }
 /***********************************************************************/
 
 InputData::~InputData(){
        fileHandle.close();
        m->saveNextLabel = "";
-       
 }
 
 /***********************************************************************/
@@ -51,6 +48,7 @@ InputData::InputData(string fName, string orderFileName, string f) : format(f){
        
                m->openInputFile(fName, fileHandle);
                m->saveNextLabel = "";
+               
        }
        catch(exception& e) {
                m->errorOut(e, "InputData", "InputData");