]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedrabundvector.cpp
fixed bug in heatmap
[mothur.git] / sharedrabundvector.cpp
index 1b8023d8ea190bcde9b64dae1ca815fea84c8136..a6ade30725644ef9da4cfd303a17530e26eff3d8 100644 (file)
@@ -78,7 +78,7 @@ SharedRAbundVector::SharedRAbundVector(ifstream& f) : DataVector(), maxRank(0),
                holdLabel = label;
                
                //add new vector to lookup
-               lookup.push_back(new SharedRAbundVector(num));
+               lookup.push_back(new SharedRAbundVector());
                lookup[0]->setLabel(label);
                lookup[0]->setGroup(groupN);
                
@@ -117,7 +117,7 @@ SharedRAbundVector::SharedRAbundVector(ifstream& f) : DataVector(), maxRank(0),
                        }
                        
                        //add new vector to lookup
-                       lookup.push_back(new SharedRAbundVector(num));
+                       lookup.push_back(new SharedRAbundVector());
                        lookup[count]->setLabel(label);
                        lookup[count]->setGroup(groupN);