]> git.donarmstrong.com Git - mothur.git/blobdiff - collectorscurvedata.h
added cluster.split command
[mothur.git] / collectorscurvedata.h
index 480bc362bcea7bf2c39a0f4edf75492b4a86b846..9c70e7aef16f389c2ea8e8ac39c98cdd9cc03f49 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,7 +47,8 @@ public:
        
        void notifyDisplays(){  
                for(set<Display*>::iterator pos=displays.begin();pos!=displays.end();pos++){
-                       if ( ((*pos)->isCalcMultiple() == true) || ( ((*pos)->isCalcMultiple() == false) && (shared.size() == 2) ) ) {
+//cout << (*pos)->getName() << endl;
+                       if ( ( ((*pos)->isCalcMultiple() == true) && ((*pos)->getAll() == true) ) || (shared.size() == 2)  ) {
                                (*pos)->update(shared, NumSeqs, NumGroupComb);
                        }
                }