]> git.donarmstrong.com Git - mothur.git/blobdiff - readotucommand.cpp
put back no command and worked on libshuff
[mothur.git] / readotucommand.cpp
index 2a0d33fe352b8e6f4621fd5d336b63ccfb5824b4..7a48f2c5b3b0146c4397325ca531c0bad9005146 100644 (file)
@@ -44,7 +44,7 @@ int ReadOtuCommand::execute(){
                if (globaldata->getFormat() == "shared") {
                        groupMap->readMap();
                        
-                       if (globaldata->gGroupmap != NULL) { delete globaldata->gGroupmap;  }
+                       //if (globaldata->gGroupmap != NULL) { delete globaldata->gGroupmap;  }
                        globaldata->gGroupmap = groupMap;
                
                        shared = new SharedCommand();