]> git.donarmstrong.com Git - mothur.git/blobdiff - readdistcommand.cpp
changed hard parameter in cluster commands
[mothur.git] / readdistcommand.cpp
index 7f60d712861f34a79b798e0ef8d1a3cbcbe714a5..4ea630f476ae99cef0b9ef8f65b86a2f44a10873 100644 (file)
@@ -128,7 +128,7 @@ ReadDistCommand::ReadDistCommand(string option) {
                        
                        temp = validParameter.validFile(parameters, "cutoff", false);                   if (temp == "not found") { temp = "10"; }
                        convert(temp, cutoff); 
-                       cutoff += (5 / (precision * 10.0));
+                       cutoff += (5 / (precision * 10.0)); 
                        
                        if (abort == false) {
                                distFileName = globaldata->inputFileName;