]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedcommand.h
fixed bug with displaying info for collect.shared() and summary.shared().
[mothur.git] / sharedcommand.h
index 1b1df17e65a5f34acd1a0cc6c912fc6c92dd84bb..b3b3e6f5d0381d2354d8113012b13251cdbec7e7 100644 (file)
@@ -9,12 +9,11 @@
  *
  */
 
-#include <Carbon/Carbon.h>
 #include <iostream>
 #include <fstream>
 #include <map>
 #include "command.hpp"
-#include "listvector.hpp"
+#include "sharedlistvector.h"
 #include "inputdata.h"
 #include "shared.h"
 #include "readmatrix.hpp"
@@ -39,7 +38,7 @@ private:
        void printSharedData();
        GlobalData* globaldata;
        ReadMatrix* read;
-       ListVector* list;
+       SharedListVector* SharedList;
        InputData* input;
        Shared* shared;
        map<string, SharedRAbundVector*>::iterator it;
@@ -48,4 +47,4 @@ private:
 
 };
 
-#endif
\ No newline at end of file
+#endif