]> 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 50cc00511a08fa71754d2dbf51fd76406d2925ea..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