X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=clustercommand.h;h=c8e01749de20baac9fe523e9cbf0b5f158b35941;hb=7ae40733a270f73ec8a331540cc7f28fd60b24fc;hp=5c21efccb279aeeb447a00087c846859c84eae3f;hpb=315e38cf393c82be238da5b32574f225a020d25c;p=mothur.git diff --git a/clustercommand.h b/clustercommand.h index 5c21efc..c8e0174 100644 --- a/clustercommand.h +++ b/clustercommand.h @@ -29,7 +29,7 @@ class ClusterCommand : public Command { public: - ClusterCommand(string); + ClusterCommand(string); ~ClusterCommand(); int execute(); void help(); @@ -43,7 +43,7 @@ private: RAbundVector oldRAbund; ListVector oldList; - bool abort; + bool abort, hard; string method, fileroot, tag, outputDir; double cutoff; @@ -56,6 +56,7 @@ private: unsigned long loops; void printData(string label); + vector outputNames; }; #endif