]> git.donarmstrong.com Git - mothur.git/blobdiff - readotucommand.cpp
version working on mac with .tellg changed to unget for windows
[mothur.git] / readotucommand.cpp
index 2df74e4e6c3283db6808754ede700c66d9c56b6e..50ee5c103c00a144159b52a8c1779b7627e46079 100644 (file)
@@ -107,7 +107,6 @@ ReadOtuCommand::ReadOtuCommand(string option){
                        if (abort == false) {
                                //gets whichever one of the above is set
                                filename = globaldata->inputFileName;
-                               //read = new ReadOTUFile(filename);
                        }
 
                }
@@ -156,9 +155,7 @@ void ReadOtuCommand::help(){
 //**********************************************************************************************************************
 
 ReadOtuCommand::~ReadOtuCommand(){
-       if (abort == false) {  //delete read; 
-        }
-}
+       }
 
 //**********************************************************************************************************************
 
@@ -167,9 +164,7 @@ int ReadOtuCommand::execute(){
        
                if (abort == true) {    return 0;       }
                
-               //read->read(&*globaldata); 
                if (globaldata->getFormat() == "shared") {
-                       //groupMap->readMap();
                        
                        parselist = new ParseListCommand();
                        parselist->execute();