X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=mothur.h;h=26fd77508c4ce7aa4e647f4382a9259ba977d3b9;hb=182db2b6f1747bc1e0b8cd3eceec8751abdd31d5;hp=db11ed17238ac25f9fc2979431afbb0bdcbb8ec3;hpb=251a6e0e38cce0c439757ec39f0a84a5d0bd0222;p=mothur.git diff --git a/mothur.h b/mothur.h index db11ed1..26fd775 100644 --- 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);