]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedcommand.h
fixed bug in read tree
[mothur.git] / sharedcommand.h
index 1b1df17e65a5f34acd1a0cc6c912fc6c92dd84bb..20e2ddb3981df57f471970da64e3631814a6c170 100644 (file)
@@ -9,12 +9,8 @@
  *
  */
 
-#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 +35,7 @@ private:
        void printSharedData();
        GlobalData* globaldata;
        ReadMatrix* read;
-       ListVector* list;
+       SharedListVector* SharedList;
        InputData* input;
        Shared* shared;
        map<string, SharedRAbundVector*>::iterator it;
@@ -48,4 +44,4 @@ private:
 
 };
 
-#endif
\ No newline at end of file
+#endif