]> git.donarmstrong.com Git - mothur.git/blobdiff - validcalculator.h
finished chimera.slayer template=self change
[mothur.git] / validcalculator.h
index 320f9822662f842faecec103ef29ba75495e77af..6cdd4ae3d9cc48176b1a525723b5b5c1cc78fdd2 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.
@@ -23,6 +24,7 @@ class ValidCalculators {
                ~ValidCalculators();
                bool isValidCalculator(string, string);
                void printCalc(string, ostream&);
+               string printCalc(string);
                
        private:
                map<string, string> single;
@@ -53,6 +55,8 @@ class ValidCalculators {
                void initialBoot();
                void initialDistance();
                void initialHeat();
+               
+               MothurOut* m;
 };
 
 #endif