]> git.donarmstrong.com Git - mothur.git/blobdiff - validcalculator.h
updated errorchecking so it checks if the parameter is valid for the command.
[mothur.git] / validcalculator.h
index b23c24f0b287d926d68090c25533007b3a86dca9..1534432799d2dfe8a9ef1e52fefe80d9096488dc 100644 (file)
@@ -11,9 +11,7 @@
  */
 using namespace std;
 
-#include <string>
-#include <iostream>
-#include <map>
+#include "mothur.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.
@@ -33,6 +31,8 @@ class ValidCalculators {
                map<string, string> summary;
                map<string, string> sharedrarefaction;
                map<string, string> sharedsummary;
+               map<string, string>::iterator it;
+               
                void initialSingle();
                void initialShared();
                void initialRarefaction();