]> git.donarmstrong.com Git - mothur.git/blobdiff - engine.cpp
fixed memory leak in rarefact
[mothur.git] / engine.cpp
index 5e56479f2851f89e324f8c62dc54250324da7d66..b9360a4468a9aedd553675d9d3a2110afa6feab7 100644 (file)
  */
 using namespace std;
 
-
-#include "utilities.hpp"
-#include "globaldata.hpp"
-#include "commandoptionparser.hpp"
-#include "command.hpp"
-#include "commandfactory.hpp"
-#include "errorchecking.h"
 #include "engine.hpp"
 
 /***********************************************************************/
@@ -52,8 +45,8 @@ bool InteractEngine::getInput(){
                bool errorFree;
                ErrorCheck* errorCheckor = new ErrorCheck();
                
-               cout << "mothur v1.0" << endl;
-               cout << "Last updated: 1/29/2009" << endl << endl;
+               cout << "mothur v1.2.0" << endl;
+               cout << "Last updated: 4/14/2009" << endl << endl;
                cout << "by" << endl;
                cout << "Patrick D. Schloss" << endl << endl;
                cout << "Department of Microbiology" << endl;