]> git.donarmstrong.com Git - mothur.git/blobdiff - corraxescommand.h
added mantel command
[mothur.git] / corraxescommand.h
index 8547b0fa1978a6d5477b9d393d0846455a3ad00a..bbe87abcbd1eeccb677a4e59c58ce64cb961944c 100644 (file)
 #include "sharedrabundfloatvector.h"
 #include "inputdata.h"
 
-/***************************************************************/
-struct spearmanRank {
-       string name;
-       float score;
-       
-       spearmanRank(string n, float s) : name(n), score(s) {}
-};
-/***************************************************************/
 
 class CorrAxesCommand : public Command {
 public: