]> git.donarmstrong.com Git - mothur.git/blobdiff - mgclustercommand.h
added warning about merging with something above cutoff to cluster. working on chimeras
[mothur.git] / mgclustercommand.h
index 89b72fceb2ad6c57cf0cde5ae531bf985bf3468f..a1dac221b891a8551a36b7493d5bb7a603204cf5 100644 (file)
@@ -40,7 +40,8 @@ private:
        
        string blastfile, method, namefile, overlapFile, distFile, outputDir;
        ofstream sabundFile, rabundFile, listFile;
-       float cutoff, penalty;
+       double cutoff;
+       float penalty;
        int precision, length, precisionLength;
        bool abort, minWanted, hclusterWanted, merge;