]> git.donarmstrong.com Git - mothur.git/blobdiff - mothurout.h
rewrote metastats command in c++, added mothurRemove function to handle ~ error....
[mothur.git] / mothurout.h
index 7bbd315b0420ce2a4d42d759aa244303f4998f9d..6cdf4933266362c0cbaa3333d05045385668ab6b 100644 (file)
@@ -12,7 +12,6 @@
 
 #include "mothur.h"
 
-
 /***********************************************/
 
 class MothurOut {
@@ -71,6 +70,7 @@ class MothurOut {
                map<string, int> readNames(string);
                int readNames(string, map<string, string>&);
                int readNames(string, vector<seqPriorityNode>&, map<string, string>&);
+               void mothurRemove(string);
                
                //searchs and checks
                bool checkReleaseVersion(ifstream&, string);
@@ -183,7 +183,7 @@ class MothurOut {
                        gui = false;
                        printedHeaders = false;
                        sharedHeaderMode = "";
-               };
+               }
                ~MothurOut();
 
                string logFileName;