From: Kathryn Iverson Date: Tue, 3 Jul 2012 18:53:29 +0000 (-0400) Subject: fixed kw parameter types X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=commitdiff_plain;h=0ad366957902179879d950a6a5184779a73bab47 fixed kw parameter types --- diff --git a/kruskalwalliscommand.h b/kruskalwalliscommand.h index 4a1e189..da1166e 100644 --- a/kruskalwalliscommand.h +++ b/kruskalwalliscommand.h @@ -42,10 +42,10 @@ public: private: - string outputDir, sharedfile; + string outputDir, sharedfile, groups; bool abort; set labels; - vector outputNames; + vector outputNames, Groups; vector counts; vector rankSums; vector rankMeans;