]> git.donarmstrong.com Git - mothur.git/commitdiff
*** empty log message ***
authorwestcott <westcott>
Mon, 1 Jun 2009 12:08:29 +0000 (12:08 +0000)
committerwestcott <westcott>
Mon, 1 Jun 2009 12:08:29 +0000 (12:08 +0000)
venn.cpp

index 6f44ed3f366fa6eae8a6c72a85d2c1681046e3f5..ad74376456f96e09176fa4c97c53e949e7d748b4 100644 (file)
--- a/venn.cpp
+++ b/venn.cpp
@@ -240,7 +240,7 @@ void Venn::getPic(vector<SharedRAbundVector*> lookup, vector<Calculator*> vCalcs
                                //find possible sharedABC values
                                float sharedABC1 = 0.0; float sharedABC2 = 0.0; float sharedABC3 = 0.0; float sharedABC = 0.0;
 
-                               if (vCalcs[i]->getName() != "sharedchao") {
+                               if (vCalcs[i]->getMultiple() == false) {
                                        //merge BC and estimate with shared with A
                                        SharedRAbundVector* merge = new SharedRAbundVector();
                                        for (int j = 0; j < lookup[1]->size(); j++) {