X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=corraxescommand.h;fp=corraxescommand.h;h=8547b0fa1978a6d5477b9d393d0846455a3ad00a;hb=37eac2026d91179acda0494c4dcca22f176551b9;hp=e02c52a002b338f4f8d255b2daccbc571d16651b;hpb=605ab6fa594317a38f0df7bb6797740c735b2348;p=mothur.git diff --git a/corraxescommand.h b/corraxescommand.h index e02c52a..8547b0f 100644 --- a/corraxescommand.h +++ b/corraxescommand.h @@ -11,7 +11,6 @@ */ #include "command.hpp" -#include "sharedrabundvector.h" #include "sharedrabundfloatvector.h" #include "inputdata.h" @@ -47,14 +46,11 @@ private: vector outputNames, Groups; map > outputTypes; - vector lookup; vector lookupFloat; vector metadataLabels; - int getShared(); - int getSharedFloat(); + int getSharedFloat(InputData*); int getMetadata(); - int convertToRelabund(); int eliminateZeroOTUS(vector&); map > readAxes(); int calcPearson(map >&, ofstream&);