]> git.donarmstrong.com Git - mothur.git/blobdiff - collect.h
working on kendall
[mothur.git] / collect.h
index 0db15045024f2ea8c30d4c316d539f564df690cf..79f88fb6dc4ea12a886107743fe7fd8a65a539d5 100644 (file)
--- 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;