]> git.donarmstrong.com Git - mothur.git/blobdiff - validcalculator.h
created mothurOut class to handle logfiles
[mothur.git] / validcalculator.h
index 320f9822662f842faecec103ef29ba75495e77af..bf8819f4f317df5337c75975afd2e165ce376bcd 100644 (file)
@@ -11,6 +11,7 @@
  */
 
 #include "mothur.h"
+#include "mothurout.h"
 
 //This class contains a list of all valid calculators in Mothur.  
 //It has a function which will tell you if your calculator is valid for the given parameter.
@@ -53,6 +54,8 @@ class ValidCalculators {
                void initialBoot();
                void initialDistance();
                void initialHeat();
+               
+               MothurOut* m;
 };
 
 #endif