X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=uvest.h;h=86b96fd43095017afaf2db453ff8523191652708;hb=c3f0a9c8f932b923f3a6fbbf143e8f4b85fd6f5f;hp=7c7ac6f540be38e2f151568034737a01d16d5d8c;hpb=20a2d0350a737a434c89f303662d64a8eeea7b05;p=mothur.git diff --git a/uvest.h b/uvest.h index 7c7ac6f..86b96fd 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,8 @@ typedef vector EstOutput; /***********************************************************************/ class UVEst { public: - EstOutput getUVest(SharedRAbundVector* shared1, SharedRAbundVector* shared2); + EstOutput getUVest(vector); }; /***********************************************************************/ -#endif \ No newline at end of file +#endif