]> git.donarmstrong.com Git - mothur.git/blobdiff - getgroupcommand.h
fixed bug in heatmap
[mothur.git] / getgroupcommand.h
index b29673529cca9387ed4a5916166180e0a9966ead..26190b50139745531e2b8ae06201251c73f530aa 100644 (file)
@@ -6,7 +6,7 @@
  *  Mothur
  *
  *  Created by Thomas Ryabin on 2/2/09.
- *  Copyright 2009 __MyCompanyName__. All rights reserved.
+ *  Copyright 2009 Schloss Lab UMASS Amherst. All rights reserved.
  *
  */
 
@@ -24,6 +24,9 @@ public:
 private:
        GlobalData* globaldata;
        GroupMap* groupMap;
+       string outputFile;
+       ofstream out;
+
 };
 
 #endif