]> git.donarmstrong.com Git - mothur.git/blobdiff - globaldata.hpp
finishing the container classes, combining read.otu and read.list commands. some...
[mothur.git] / globaldata.hpp
index a2b91738e15d29d02ccdc87559b3e4441c5349db..5a1572c26f582a02ae82dcfb729d4be2068ec6f5 100644 (file)
@@ -9,6 +9,7 @@
 using namespace std;
 
 class ListVector;
+class SharedListVector;
 class SparseMatrix;
 class OrderVector;
 class InputData;
@@ -23,6 +24,7 @@ public:
        InputData* ginput;
        OrderVector* gorder;
        ListVector* glist;
+       SharedListVector* gSharedList;
        SAbundVector* sabund;
        GroupMap* gGroupmap;
        string inputFileName, helpRequest, commandName;