X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=uvest.h;h=384e80c3e54102635022b62aec12e4a66ee81289;hb=250e3b11b1c9c1e1ad458ab6c7e71ac2e67e11d9;hp=86b96fd43095017afaf2db453ff8523191652708;hpb=74c78f9abd9e733f0c2f812efec97a76632fcbf8;p=mothur.git 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; }; /***********************************************************************/