X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=uvest.h;h=384e80c3e54102635022b62aec12e4a66ee81289;hb=70491a12902e89b85cfa6b44a7b7fbe066ee2ac1;hp=7c7ac6f540be38e2f151568034737a01d16d5d8c;hpb=20a2d0350a737a434c89f303662d64a8eeea7b05;p=mothur.git diff --git a/uvest.h b/uvest.h index 7c7ac6f..384e80c 100644 --- a/uvest.h +++ b/uvest.h @@ -12,13 +12,8 @@ /* This class implements the UVEst estimator on two groups. It is used by sharedJAbund and SharedSorensonAbund. */ - -using namespace std; -#include -#include -#include -#include +#include "mothur.h" #include "sharedrabundvector.h" typedef vector EstOutput; @@ -26,8 +21,11 @@ typedef vector EstOutput; /***********************************************************************/ class UVEst { public: - EstOutput getUVest(SharedRAbundVector* shared1, SharedRAbundVector* shared2); + UVEst() { m = MothurOut::getInstance(); } + EstOutput getUVest(vector); + private: + MothurOut* m; }; /***********************************************************************/ -#endif \ No newline at end of file +#endif