]> git.donarmstrong.com Git - mothur.git/blobdiff - rarefactsharedcommand.h
finishing the container classes, combining read.otu and read.list commands. some...
[mothur.git] / rarefactsharedcommand.h
index cb2219fc7ec1897aa69d492f467bc0572a67354e..e7d2abc239044e7e4e2de376e0503e580e623f5d 100644 (file)
@@ -15,7 +15,7 @@
 #include <vector>
 #include "command.hpp"
 #include "sharedordervector.h"
-#include "listvector.hpp"
+#include "sharedlistvector.h"
 #include "inputdata.h"
 #include "groupmap.h"
 #include "rarefact.h"
@@ -46,7 +46,7 @@ public:
 private:
        GlobalData* globaldata;
        GroupMap* groupmap;
-       ListVector* list;
+       SharedListVector* SharedList;
        ReadMatrix* read;
        SharedOrderVector* order;
        InputData* input;