]> 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 b9b208493f2f6fea9a35055c448b65973ddc6a46..2ccc20a633b882475099132269eb0142cf55adcf 100644 (file)
@@ -32,8 +32,8 @@ private:
        GlobalData* globaldata;
        FastaMap* fastamap;
        ifstream in;
-       ofstream out;
-       string filename, outputFileName;
+       ofstream out, outFasta;
+       string filename, outputFileName, outFastafile;
 
 };