X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sharedrabundvector.h;h=419d15a15af7b73872c2678675aff1a4f564c759;hb=8d341208b0cd0c7a4ff8b77c6b164e06f2f39610;hp=b86c8848bde07722226aa7485d95d8baaff0cffa;hpb=1bf53bca7e26bf091588bc8ca6e68cbfae1df6fe;p=mothur.git diff --git a/sharedrabundvector.h b/sharedrabundvector.h index b86c884..419d15a 100644 --- a/sharedrabundvector.h +++ b/sharedrabundvector.h @@ -17,13 +17,13 @@ #include "rabundvector.hpp" //#include "groupmap.h" -/* This class is a child to datavector. It represents OTU information at a certain distance. +/* DataStructure for a shared file. + This class is a child to datavector. It represents OTU information at a certain distance. It is similiar to an rabundvector except each member of data knows which group it belongs to. Each member of the internal container "data" is a struct of type individual. An individual which knows the OTU from which it came, the group it is in and its abundance. */ -//class GlobalData; class SharedRAbundVector : public DataVector {