]> git.donarmstrong.com Git - mothur.git/blobdiff - errorchecking.h
added sharedochiai and sharedanderberg calculators
[mothur.git] / errorchecking.h
index 8b3c0cafb0e6b787d5d408083828ab39757420bc..4c9fe8615c0819f0ec6dfad5b743d737ee365e4e 100644 (file)
@@ -9,8 +9,7 @@
  *
  */
 
-#include <iostream>
-#include <map>
+#include "mothur.h"
 #include "globaldata.hpp"
 #include "validcommands.h"
 #include "validparameter.h"
@@ -27,8 +26,6 @@ class ErrorCheck {
                ValidCommands* validCommand;
                ValidParameters* validParameter;
                void validateReadFiles();
-               bool validCommandParameter(string, string);
-               bool validParameterValue(string, string);
                void validateReadDist();
                void validateReadPhil();
                void validateParseFiles();
@@ -41,9 +38,5 @@ class ErrorCheck {
                bool errorFree;
 
                vector<string> sharedGroups;
-               map <string, vector<string> > commandParameters;
-               map <string, vector<double> > intParams;
-               double piSent;
-
 };
 #endif