]> git.donarmstrong.com Git - mothur.git/blobdiff - errorchecking.h
updated errorchecking so it checks if the parameter is valid for the command.
[mothur.git] / errorchecking.h
index 8bf68578a44330ce9c3c0c595c0200486b5b41c4..4c9fe8615c0819f0ec6dfad5b743d737ee365e4e 100644 (file)
@@ -26,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();
@@ -40,9 +38,5 @@ class ErrorCheck {
                bool errorFree;
 
                vector<string> sharedGroups;
-               map <string, vector<string> > commandParameters;
-               map <string, vector<double> > intParams;
-               double piSent;
-
 };
 #endif