X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sharedjabund.h;fp=sharedjabund.h;h=f01d61659ccc22602431a1f9719f5bafea05f8c5;hb=50ed3b6104d5821d6184f882e1e1423d47dcbf10;hp=5e4424374e006557e2c6faa7c753f763bcf0dd9c;hpb=17261b0ad578de8aac463dd6977a2d6fdee565a1;p=mothur.git diff --git a/sharedjabund.h b/sharedjabund.h index 5e44243..f01d616 100644 --- a/sharedjabund.h +++ b/sharedjabund.h @@ -20,9 +20,9 @@ It is a child of the calculator class. */ class JAbund : public Calculator { public: - JAbund() : Calculator("JAbund", 3) {}; + JAbund() : Calculator("JAbund", 3, false) {}; EstOutput getValues(SAbundVector*) {return data;}; - EstOutput getValues(SharedRAbundVector*, SharedRAbundVector*); + EstOutput getValues(vector); private: UVEst* uv;