From 0ad366957902179879d950a6a5184779a73bab47 Mon Sep 17 00:00:00 2001 From: Kathryn Iverson Date: Tue, 3 Jul 2012 14:53:29 -0400 Subject: [PATCH] fixed kw parameter types --- kruskalwalliscommand.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.39.2