X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=shen.h;fp=shen.h;h=a96abe9ba3d3222680fd5e99470a95ca6d4d472c;hb=d873f7bf94309317a08c8757e0d0d60b06fbd473;hp=d9a080a1f63cbeccd6f6f15e99bdcbeeb9b56211;hpb=36a8526766106bce1412e530e99f9c699dd59105;p=mothur.git diff --git a/shen.h b/shen.h index d9a080a..a96abe9 100644 --- a/shen.h +++ b/shen.h @@ -11,6 +11,7 @@ */ #include "calculator.h" +#include "globaldata.hpp" /* This class implements the shen calculator on single group. It is a child of the calculator class. */ @@ -25,6 +26,7 @@ public: EstOutput getValues(vector) {return data;}; private: int m; + GlobalData* globaldata; };