]> git.donarmstrong.com Git - mothur.git/commitdiff
updated kruskalwallis struct
authorKathryn Iverson <kd.iverson@gmail.com>
Thu, 28 Jun 2012 15:59:02 +0000 (11:59 -0400)
committerKathryn Iverson <kd.iverson@gmail.com>
Thu, 28 Jun 2012 15:59:02 +0000 (11:59 -0400)
kruskalwalliscommand.h

index 003ea91c37fa29eb5f46825f12f898a6b842ad55..3b5fdcea8975ecc774116fc4f8a824d0db8e64aa 100644 (file)
 
 #include "command.hpp"
 
-    struct groupRank {
-        sstring group;
-        double value;
-        double rank;        
-    };
+
 
 class KruskalWallisCommand : public Command {
    
@@ -32,6 +28,12 @@ public:
        string getCitation() { return "http://www.mothur.org/wiki/kruskalwallis"; }
        string getDescription()         { return "Non-parametric method for testing whether samples originate from the same distribution."; }
     
+    struct groupRank {
+        sstring group;
+        double value;
+        double rank;        
+    };
+    
     int execute(); 
        void help() { m->mothurOut(getHelpString()); }
     void assignRank(vector<groupRank>);