]> git.donarmstrong.com Git - mothur.git/blobdiff - inputdata.cpp
fixed memory leak in parsimony calculator and added progress bars to parsimony and...
[mothur.git] / inputdata.cpp
index 95e9d34974e005b50629d48502257fd7579f08c9..592367a5fbf0c07f0587a577551654173eb5e15a 100644 (file)
@@ -33,6 +33,7 @@ InputData::~InputData(){
 
 InputData::InputData(string fName, string orderFileName, string f) : format(f){
        try {
+               
                ifstream ofHandle;
                openInputFile(orderFileName, ofHandle);
                string name;