X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=kruskalwalliscommand.h;h=da1166ed16a787adfaaf8a2e183afc8724f6f0a0;hb=a9dbc22713bfc056a797361dd757b1a5c98e1c01;hp=0fa8b683f25397173fc747d5edf0a276508ca72e;hpb=d71a31a60542608595ce1278cc4a3398479cec7f;p=mothur.git diff --git a/kruskalwalliscommand.h b/kruskalwalliscommand.h index 0fa8b68..da1166e 100644 --- a/kruskalwalliscommand.h +++ b/kruskalwalliscommand.h @@ -38,13 +38,14 @@ public: int execute(); void help() { m->mothurOut(getHelpString()); } void assignRank(vector&); + void assignValue(vector&); private: - string outputDir, sharedfile; + string outputDir, sharedfile, groups; bool abort; set labels; - vector outputNames; + vector outputNames, Groups; vector counts; vector rankSums; vector rankMeans;