X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=raredisplay.cpp;fp=raredisplay.cpp;h=6843ebe61b1d6c2bd650a296d286c9a3ec92b0af;hb=50ed3b6104d5821d6184f882e1e1423d47dcbf10;hp=812626604483ca0ab0d5978e2ea8c9542d394fc6;hpb=17261b0ad578de8aac463dd6977a2d6fdee565a1;p=mothur.git diff --git a/raredisplay.cpp b/raredisplay.cpp index 8126266..6843ebe 100644 --- a/raredisplay.cpp +++ b/raredisplay.cpp @@ -68,9 +68,9 @@ void RareDisplay::update(SAbundVector* rank){ }; /***********************************************************************/ -void RareDisplay::update(SharedRAbundVector* shared1, SharedRAbundVector* shared2, int numSeqs, int numGroupComb) { +void RareDisplay::update(vector shared, int numSeqs, int numGroupComb) { try { - vector data = estimate->getValues(shared1, shared2); + vector data = estimate->getValues(shared); double newNSeqs = data[0]; if(nIters != 1){