X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=uvest.h;h=384e80c3e54102635022b62aec12e4a66ee81289;hb=bd27c2b0612942815b7417c79f7ee41f669a2a34;hp=4f86fedf4bad250b62f7b8a237143a049986482a;hpb=50ed3b6104d5821d6184f882e1e1423d47dcbf10;p=mothur.git diff --git a/uvest.h b/uvest.h index 4f86fed..384e80c 100644 --- a/uvest.h +++ b/uvest.h @@ -12,8 +12,6 @@ /* This class implements the UVEst estimator on two groups. It is used by sharedJAbund and SharedSorensonAbund. */ - -using namespace std; #include "mothur.h" #include "sharedrabundvector.h" @@ -23,7 +21,10 @@ typedef vector EstOutput; /***********************************************************************/ class UVEst { public: - EstOutput getUVest(vector); + UVEst() { m = MothurOut::getInstance(); } + EstOutput getUVest(vector); + private: + MothurOut* m; }; /***********************************************************************/