X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sharedlistvector.h;fp=sharedlistvector.h;h=8cfb7e000a9427921ce9e951c040c06c50cc71d8;hb=d59f91eb1230d2c7867a92cb86138b7003100ab4;hp=53fe1b1edd280bd6184766cbdf1d67cc2778cf91;hpb=154e089bcd37c2c2f773e53ffb88a20170b27037;p=mothur.git diff --git a/sharedlistvector.h b/sharedlistvector.h index 53fe1b1..8cfb7e0 100644 --- a/sharedlistvector.h +++ b/sharedlistvector.h @@ -54,6 +54,7 @@ public: SharedOrderVector* getSharedOrderVector(); SharedRAbundVector getSharedRAbundVector(string); //get sharedrabundvector for a certain group SharedSAbundVector getSharedSAbundVector(string); //get sharedsabundvector for a certain group + vector getSharedRAbundVector(); //returns sharedRabundVectors for all the users groups private: vector data; //data[i] is a list of names of sequences in the ith OTU.