]> git.donarmstrong.com Git - mothur.git/blobdiff - mothur.h
changes to filter.seqs
[mothur.git] / mothur.h
index db11ed17238ac25f9fc2979431afbb0bdcbb8ec3..16a9844b70799c1334e95aabc20c6557688bdaaf 100644 (file)
--- a/mothur.h
+++ b/mothur.h
@@ -58,8 +58,6 @@
                #include <readline/history.h>
        #endif
 
-       //#include <readline/readline.h>
-       //#include <readline/history.h>
 #else
        #include <conio.h> //allows unbuffered screen capture from stdin
        #include <direct.h> //get cwd
@@ -193,7 +191,6 @@ string toString(const T&x, int i){
     return output.str();
 }
 /***********************************************************************/
-
 inline int openOutputFileAppend(string fileName, ofstream& fileHandle){
        
        fileHandle.open(fileName.c_str(), ios::app);