]> git.donarmstrong.com Git - mothur.git/blobdiff - engine.cpp
This is mothur v 1.2.0 - the April ~24, 2009 release
[mothur.git] / engine.cpp
index e251f0031d5ffa2bc9685702ef76ae0489af8449..b9360a4468a9aedd553675d9d3a2110afa6feab7 100644 (file)
  */
 using namespace std;
 
-#include <string>
-#include <iostream>
-#include <iomanip>
-#include <fstream>
-#include <vector>
-#include <set>
-#include <exception>
-
-#include "utilities.hpp"
-#include "globaldata.hpp"
-#include "commandoptionparser.hpp"
-#include "command.hpp"
-#include "commandfactory.hpp"
-#include "errorchecking.h"
 #include "engine.hpp"
 
 /***********************************************************************/
@@ -59,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;