]> git.donarmstrong.com Git - mothur.git/blobdiff - collect.h
working on pam
[mothur.git] / collect.h
index 0db15045024f2ea8c30d4c316d539f564df690cf..51712331401747192b62a9198ca6fa3cda8f4cef 100644 (file)
--- a/collect.h
+++ b/collect.h
@@ -8,7 +8,6 @@
 #include "rabundvector.hpp"
 #include "sharedordervector.h"
 #include "datavector.hpp"
-#include "globaldata.hpp"
 #include "mothurout.h"
 
 /***********************************************************************/
@@ -22,12 +21,11 @@ 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;
-       GlobalData* globaldata;
        OrderVector* order;
        vector<Display*> displays;
        int numSeqs, numGroupComb, totalNumSeq;