]> git.donarmstrong.com Git - mothur.git/blobdiff - datavector.hpp
changed heatmap and venn command to use vector of sharedrabunds instead of order...
[mothur.git] / datavector.hpp
index 73058a992a53e3da313cae4ca595c77797058e94..18ac6958e09b64f209a39ff51098406021f5022b 100644 (file)
@@ -37,7 +37,7 @@ public:
        void setLabel(string l)         {       label = l;                      }
        string getLabel()                       {       return label;           }
 
-       //virtual RAbundVector getRAbundVector() = 0;
+       virtual RAbundVector getRAbundVector() = 0;
        virtual SAbundVector getSAbundVector() = 0;
        virtual OrderVector getOrderVector(map<string,int>* hold = NULL) = 0;