X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=collect.h;h=79f88fb6dc4ea12a886107743fe7fd8a65a539d5;hb=9013e13ecfb2fda3c2664a76f76cc99b8c7fa74c;hp=0db15045024f2ea8c30d4c316d539f564df690cf;hpb=74844a60d80c6dd06e3fb02ee9b928424f9019b0;p=mothur.git diff --git a/collect.h b/collect.h index 0db1504..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(){ }; - void getCurve(int); - void getSharedCurve(int); + int getCurve(float); + int getSharedCurve(float); private: SharedOrderVector* sharedorder;