]> git.donarmstrong.com Git - mothur.git/blobdiff - readmatrix.hpp
finishing the container classes, combining read.otu and read.list commands. some...
[mothur.git] / readmatrix.hpp
index 9c71732f87a712eef8660748926e7a1ceb64c6c6..44e7bf6a61932122b8e6212f01cb1773b91de9ed 100644 (file)
@@ -12,6 +12,7 @@
 
 #include "rabundvector.hpp"
 #include "listvector.hpp"
+#include "sharedlistvector.h"
 #include "sparsematrix.hpp"
 #include "nameassignment.hpp"
 #include "inputdata.h"
@@ -82,6 +83,7 @@ private:
        InputData* input;
        InputData* inputSabund;
        ListVector* list;
+       SharedListVector* SharedList;
        OrderVector* order;
        SAbundVector* sabund;
        GlobalData* globaldata;