]> git.donarmstrong.com Git - mothur.git/blobdiff - parselistcommand.h
fixed linking error in collect, collectshared, and errorcheckor
[mothur.git] / parselistcommand.h
index c986e4f812d4b97882c47bd772813cfd0bc4a4cb..4358762df8da87ad8474e65940c85ed002b52be9 100644 (file)
@@ -9,13 +9,12 @@
  *
  */
 
-#include <Carbon/Carbon.h>
 #include <iostream>
 #include <fstream>
 #include <map>
 #include "command.hpp"
 #include "rabundvector.hpp"
-#include "listvector.hpp"
+#include "sharedlistvector.h"
 #include "inputdata.h"
 #include "groupmap.h"
 #include "readmatrix.hpp"
@@ -43,14 +42,14 @@ private:
        InputData* input;
        ReadMatrix* read;
        map<string, ofstream*> filehandles;
-       map<string, ListVector*> groupOfLists;
-       ListVector* list;
+       map<string, SharedListVector*> groupOfLists;
+       SharedListVector* list;
        map<string, string> listGroups; //maps group name to sequences from that group in a specific OTU
        map<string, string>::iterator it;
-       map<string, ListVector*>::iterator it2;
+       map<string, SharedListVector*>::iterator it2;
        map<string, ofstream*>::iterator it3;
        void parse(int);
        string fileroot;
 };
 
-#endif
\ No newline at end of file
+#endif