X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=rarefact.h;fp=rarefact.h;h=9eab51d12303577405227e9c26cdcf9506e8a857;hb=aa9238c0a9e6e7aa0ed8b8b606b08ad4fd7dcfe3;hp=9e903ea759094dfa0f76453801f63111be92315b;hpb=182db2b6f1747bc1e0b8cd3eceec8751abdd31d5;p=mothur.git diff --git a/rarefact.h b/rarefact.h index 9e903ea..9eab51d 100644 --- a/rarefact.h +++ b/rarefact.h @@ -17,8 +17,8 @@ public: lookup(shared), displays(disp) { globaldata = GlobalData::getInstance(); m = MothurOut::getInstance(); } ~Rarefact(){}; - void getCurve(int, int); - void getSharedCurve(int, int); + int getCurve(int, int); + int getSharedCurve(int, int); private: GlobalData* globaldata;