]> git.donarmstrong.com Git - mothur.git/blobdiff - errorchecking.cpp
Added get.line command.
[mothur.git] / errorchecking.cpp
index cc6cbf9d8d96ac90a55dc68d16d2ffa157079cb1..ddcfc32b7b2163b5e8477bcc577b0bde52ef013f 100644 (file)
@@ -268,12 +268,6 @@ bool ErrorCheck::checkInput(string input) {
                                if (parameter == "label" )                      { label = value; }
                                if (parameter == "abund" )          { abund = value; }
                                if (parameter == "random" )                     { randomtree = value;   }
-
-                               if (parameter == "comparegroups") { //stores groups to be compared
-                                       sharedGroups.clear(); //clears out old values
-                                       globaldata->splitAtDash(value, sharedGroups);
-                               }
-
                        }
                        
                        //gets the last parameter and value
@@ -345,11 +339,6 @@ bool ErrorCheck::checkInput(string input) {
                                if (parameter == "label" )                      { label = value; }
                                if (parameter == "random" )                     { randomtree = value;   }
                                if (parameter == "abund" )          { abund = value; }
-
-                               if (parameter == "comparegroups") { //stores groups to be compared
-                                       sharedGroups.clear(); //clears out old values
-                                       globaldata->splitAtDash(value, sharedGroups);
-                               }
                        }
                }