X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=inputdata.h;h=658b21d8cdfe649d8434e883655ecd18922f2554;hp=c91720b567838d38ff62379bfbc0fc381356d6de;hb=a8e2df1b96a57f5f29576b08361b86a96a8eff4f;hpb=725a3d4ff2442c79bfde0a75ed3e0904edcf03b7 diff --git a/inputdata.h b/inputdata.h index c91720b..658b21d 100644 --- a/inputdata.h +++ b/inputdata.h @@ -6,6 +6,7 @@ #include "sharedlistvector.h" #include "sharedordervector.h" #include "listvector.hpp" +#include "sharedrabundfloatvector.h" class InputData { @@ -29,6 +30,8 @@ public: RAbundVector* getRAbundVector(string); //pass the label you want vector getSharedRAbundVectors(); vector getSharedRAbundVectors(string); //pass the label you want + vector getSharedRAbundFloatVectors(); + vector getSharedRAbundFloatVectors(string); //pass the label you want private: string format;