X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=corraxescommand.h;fp=corraxescommand.h;h=bbe87abcbd1eeccb677a4e59c58ce64cb961944c;hb=5553e33be3a45eee6bed2ac9a5c4ca0aa0e8d5e4;hp=8547b0fa1978a6d5477b9d393d0846455a3ad00a;hpb=10891fa4322cd356285cd8058f3b399bc766c5ea;p=mothur.git diff --git a/corraxescommand.h b/corraxescommand.h index 8547b0f..bbe87ab 100644 --- a/corraxescommand.h +++ b/corraxescommand.h @@ -14,14 +14,6 @@ #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: