X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=collect.h;h=79f88fb6dc4ea12a886107743fe7fd8a65a539d5;hb=5a86e9e5a5a9e061e17b3ae64fb8881f14e53b8a;hp=879755f5744e456e37aefb5f302ec9483a9393e9;hpb=b1bcc272003b50a8c06dc9120754da1f5b744598;p=mothur.git diff --git a/collect.h b/collect.h index 879755f..79f88fb 100644 --- a/collect.h +++ b/collect.h @@ -22,8 +22,8 @@ public: numSeqs(sharedorder->getNumSeqs()), sharedorder(sharedorder), displays(disp), label(sharedorder->getLabel()) { m = MothurOut::getInstance(); } ~Collect(){ }; - int getCurve(int); - int getSharedCurve(int); + int getCurve(float); + int getSharedCurve(float); private: SharedOrderVector* sharedorder;