]> git.donarmstrong.com Git - mothur.git/blobdiff - readotu.h
changed heatmap and venn command to use vector of sharedrabunds instead of order...
[mothur.git] / readotu.h
index e954cbdf10aca58bf271da4d25d1782871051eb7..e318af4b872e36eb243900d9de10f5b3fe9092fd 100644 (file)
--- a/readotu.h
+++ b/readotu.h
@@ -31,11 +31,13 @@ private:
        string philFile;
        InputData* input;
        InputData* inputSabund;
+       InputData* inputRabund;
        InputData* inputList;
        ListVector* list;
        SharedListVector* SharedList;
        OrderVector* order;
        SAbundVector* sabund;
+       RAbundVector* rabund;
        GlobalData* globaldata;
        // InputData* getInput()                        {       return input;   }
 };