]> git.donarmstrong.com Git - mothur.git/blobdiff - engine.cpp
fixed some bugs and added mgcluster command
[mothur.git] / engine.cpp
index c6ade387da83e0ebbdcf67addd28f99e7267a500..593c2c3128d08cfe8abddfa81a1e384a1d17aa62 100644 (file)
 
 #include "engine.hpp"
 
-/***********************************************************************/
-inline void terminateCommand(int dummy)  {
-       
-               //mothurOut("Stopping command...."); 
-               //CommandFactory* cFactory = CommandFactory::getInstance();
-               //cFactory->getCommand();  //deletes old command and makes new no command.  
-                                                               //this may cause memory leak if old commands execute function allocated memory 
-                                                               //that is freed in the execute function and not the deconstructor 
-               //mothurOut("DONE."); mothurOutEndLine();
-}
 /***********************************************************************/
 Engine::Engine(){
        try {