]> git.donarmstrong.com Git - mothur.git/blobdiff - collectsharedcommand.h
finishing the container classes, combining read.otu and read.list commands. some...
[mothur.git] / collectsharedcommand.h
index ee11a701035442fe310a0908c4eb1bf20a1cfd85..3737c11196c48cd7fba5179ee311264f22b0e6ba 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 "collect.h"
@@ -47,7 +47,7 @@ public:
 private:
        GlobalData* globaldata;
        GroupMap* groupmap;
-       ListVector* list;
+       SharedListVector* SharedList;
        ReadMatrix* read;
        SharedOrderVector* order;
        InputData* input;