]> git.donarmstrong.com Git - mothur.git/blobdiff - subsamplecommand.cpp
1.23.0
[mothur.git] / subsamplecommand.cpp
index 24c83fdc2142a0ad875cba6ff49ffd3d15b73fef..fe9e93423969796187dd59452f7e3a3496d4ee57 100644 (file)
@@ -234,7 +234,7 @@ SubSampleCommand::SubSampleCommand(string option) {
                        }
                        
                        string temp = validParameter.validFile(parameters, "size", false);              if (temp == "not found"){       temp = "0";             }
-                       convert(temp, size);  
+                       m->mothurConvert(temp, size);  
                        
                        temp = validParameter.validFile(parameters, "persample", false);                if (temp == "not found"){       temp = "f";             }
                        persample = m->isTrue(temp);