]> git.donarmstrong.com Git - mothur.git/blobdiff - summarysharedcommand.h
finishing the container classes, combining read.otu and read.list commands. some...
[mothur.git] / summarysharedcommand.h
index 6188b96bea172f9b63a7c45c7a92b9072b6f1e1a..24ce04b8f278e0a4dd938831a8fe9a434dc047f5 100644 (file)
@@ -18,6 +18,7 @@
 #include "inputdata.h"
 #include "calculator.h"
 #include "readmatrix.hpp"
+#include "sharedlistvector.h"
 
 /*The summary.shared() command
        The summary.shared command can only be executed after a successful read.shared command. 
@@ -51,7 +52,7 @@ private:
        ReadMatrix* read;
        vector<Calculator*> sumCalculators;     
        InputData* input;
-       ListVector* list;
+       SharedListVector* SharedList;
        SharedOrderVector* order;
        vector<SharedRAbundVector*> lookup;
        SharedRAbundVector* shared1, shared2;