]> git.donarmstrong.com Git - mothur.git/blobdiff - collect.h
adding mothurout.h and .cpp to repo
[mothur.git] / collect.h
index 0db15045024f2ea8c30d4c316d539f564df690cf..879755f5744e456e37aefb5f302ec9483a9393e9 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(int);
+       int getSharedCurve(int);
        
 private:
        SharedOrderVector* sharedorder;