]> git.donarmstrong.com Git - mothur.git/blobdiff - mothur.h
adding mothurout.h and .cpp to repo
[mothur.git] / mothur.h
index db11ed17238ac25f9fc2979431afbb0bdcbb8ec3..26fd77508c4ce7aa4e647f4382a9259ba977d3b9 100644 (file)
--- a/mothur.h
+++ b/mothur.h
@@ -193,7 +193,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);