]> git.donarmstrong.com Git - mothur.git/blobdiff - collectorscurvedata.h
updated pats contact and mothur header info
[mothur.git] / collectorscurvedata.h
index 480bc362bcea7bf2c39a0f4edf75492b4a86b846..d90e84acdf0989e53b5caf18f3a6a7a202bea28e 100644 (file)
@@ -1,13 +1,11 @@
 #ifndef COLLECTORSCURVEDATA_H
 #define COLLECTORSCURVEDATA_H
 
-#include "mothur.h"
 #include "sabundvector.hpp"
 #include "sharedrabundvector.h"
 #include "display.h"
 #include "observable.h"
 
-using namespace std;
 
 /***********************************************************************/
 
@@ -49,6 +47,7 @@ public:
        
        void notifyDisplays(){  
                for(set<Display*>::iterator pos=displays.begin();pos!=displays.end();pos++){
+//cout << (*pos)->getName() << endl;
                        if ( ((*pos)->isCalcMultiple() == true) || ( ((*pos)->isCalcMultiple() == false) && (shared.size() == 2) ) ) {
                                (*pos)->update(shared, NumSeqs, NumGroupComb);
                        }