]> git.donarmstrong.com Git - mothur.git/blobdiff - globaldata.hpp
fixed valid parameters to include shared parameter for read.shared command.
[mothur.git] / globaldata.hpp
index 309ab4a09c712132617c1fab8bd96e7849f4643b..0dc4c348584989f101567c229c8246158f5ca70c 100644 (file)
@@ -10,6 +10,7 @@ using namespace std;
 class ListVector;
 class SharedListVector;
 class SparseMatrix;
+class FullMatrix;
 class Tree;
 class OrderVector;
 class InputData;
@@ -29,6 +30,7 @@ public:
        SharedListVector* gSharedList;
        SAbundVector* sabund;
        GroupMap* gGroupmap;
+       FullMatrix* gMatrix;
        TreeMap* gTreemap;
        string inputFileName, helpRequest, commandName;
        bool allLines;