]> git.donarmstrong.com Git - mothur.git/blobdiff - raredisplay.cpp
added concensus command and updated calcs
[mothur.git] / raredisplay.cpp
index 812626604483ca0ab0d5978e2ea8c9542d394fc6..6843ebe61b1d6c2bd650a296d286c9a3ec92b0af 100644 (file)
@@ -68,9 +68,9 @@ void RareDisplay::update(SAbundVector* rank){
 };
 
 /***********************************************************************/
-void RareDisplay::update(SharedRAbundVector* shared1, SharedRAbundVector* shared2, int numSeqs, int numGroupComb) {
+void RareDisplay::update(vector<SharedRAbundVector*> shared, int numSeqs, int numGroupComb) {
        try {
-               vector<double> data = estimate->getValues(shared1, shared2); 
+               vector<double> data = estimate->getValues(shared); 
                double newNSeqs = data[0];
                
                if(nIters != 1){