Permalink
Browse files

Remove hard from mgcluster

  • Loading branch information...
1 parent e1d80d9 commit 53d260017cb2f6432de8f3faf431c2d0c7f3ec47 @mothur-westcott mothur-westcott committed Aug 9, 2016
Showing with 1 addition and 3 deletions.
  1. +1 −3 source/commands/mgclustercommand.cpp
@@ -425,9 +425,7 @@ int MGClusterCommand::execute(){
m->mothurOutEndLine();
if (saveCutoff != cutoff) {
- if (hard) { saveCutoff = m->ceilDist(saveCutoff, precision); }
- else { saveCutoff = m->roundDist(saveCutoff, precision); }
-
+ saveCutoff = m->ceilDist(saveCutoff, precision);
m->mothurOut("changed cutoff to " + toString(cutoff)); m->mothurOutEndLine();
}

0 comments on commit 53d2600

Please sign in to comment.