]> git.donarmstrong.com Git - mothur.git/blobdiff - rarefactsharedcommand.h
rarefaction.shared() fixed bug
[mothur.git] / rarefactsharedcommand.h
index cb2219fc7ec1897aa69d492f467bc0572a67354e..1d877106bda0678fadfd99fff7e17f9766daa841 100644 (file)
@@ -15,9 +15,8 @@
 #include <vector>
 #include "command.hpp"
 #include "sharedordervector.h"
-#include "listvector.hpp"
+#include "sharedlistvector.h"
 #include "inputdata.h"
-#include "groupmap.h"
 #include "rarefact.h"
 #include "display.h"
 #include "readmatrix.hpp"
@@ -45,8 +44,7 @@ public:
        
 private:
        GlobalData* globaldata;
-       GroupMap* groupmap;
-       ListVector* list;
+       SharedListVector* SharedList;
        ReadMatrix* read;
        SharedOrderVector* order;
        InputData* input;