]> git.donarmstrong.com Git - mothur.git/blobdiff - engine.cpp
fixed bug in bootstrap command that was caused by globaldata's breakup, and made...
[mothur.git] / engine.cpp
index 55617bc3f80a97e1832ff61c3e09678de8eca1ca..42938d8a0bf157e0d31a837134d477bc65dca9c3 100644 (file)
@@ -21,7 +21,7 @@ InteractEngine::InteractEngine(string path){
        globaldata = GlobalData::getInstance();
        globaldata->argv = path;
        
-       system("clear");
+       
 }
 
 /***********************************************************************/
@@ -86,7 +86,7 @@ BatchEngine::BatchEngine(string path, string batchFileName){
                openedBatch = openInputFile(batchFileName, inputBatchFile);
                globaldata->argv = path;
                                
-               system("clear");
+       
        
        //      char buffer = ' ';
        //      ifstream header("introtext.txt");
@@ -182,7 +182,7 @@ ScriptEngine::ScriptEngine(string path, string commandString){
 
                globaldata->argv = path;
                
-               system("clear");
+               
        
        }
        catch(exception& e) {