]> git.donarmstrong.com Git - mothur.git/blobdiff - deconvolutecommand.h
minor bugs fixes and added line and label options to read.otu's parselist and shared...
[mothur.git] / deconvolutecommand.h
index 6b05704c693ec902f5ed4bae6e79233e99f5b1cd..2ccc20a633b882475099132269eb0142cf55adcf 100644 (file)
@@ -32,9 +32,9 @@ private:
        GlobalData* globaldata;
        FastaMap* fastamap;
        ifstream in;
-       ofstream out;
-       string filename, outputFileName;
+       ofstream out, outFasta;
+       string filename, outputFileName, outFastafile;
 
 };
 
-#endif
\ No newline at end of file
+#endif