X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=globaldata.hpp;h=0dc4c348584989f101567c229c8246158f5ca70c;hb=9651e8e7172d86707b34af15e95ec60ad4c3c3f9;hp=309ab4a09c712132617c1fab8bd96e7849f4643b;hpb=a85da7303079652b569291eacb9c2964060e072b;p=mothur.git diff --git a/globaldata.hpp b/globaldata.hpp index 309ab4a..0dc4c34 100644 --- a/globaldata.hpp +++ b/globaldata.hpp @@ -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;