Permalink
Browse files
Remove hard from mgcluster
- Loading branch information...
Showing
with
1 addition
and
3 deletions.
-
+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