X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=uvest.h;h=384e80c3e54102635022b62aec12e4a66ee81289;hp=86b96fd43095017afaf2db453ff8523191652708;hb=df7e3ff9f68ef157b0328a2d353c3258c5d45d89;hpb=74c78f9abd9e733f0c2f812efec97a76632fcbf8 diff --git a/uvest.h b/uvest.h index 86b96fd..384e80c 100644 --- a/uvest.h +++ b/uvest.h @@ -21,7 +21,10 @@ typedef vector EstOutput; /***********************************************************************/ class UVEst { public: - EstOutput getUVest(vector); + UVEst() { m = MothurOut::getInstance(); } + EstOutput getUVest(vector); + private: + MothurOut* m; }; /***********************************************************************/