]> git.donarmstrong.com Git - mothur.git/blobdiff - deconvolutecommand.h
added sharedochiai and sharedanderberg calculators
[mothur.git] / deconvolutecommand.h
index 6b05704c693ec902f5ed4bae6e79233e99f5b1cd..c80bb360533a8b08e819d820d72f431f722c9e1b 100644 (file)
@@ -9,8 +9,6 @@
  *
  */
 
-#include <iostream>
-#include <fstream>
 #include "command.hpp"
 #include "utilities.hpp"
 #include "fastamap.h"
@@ -32,9 +30,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