X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=collectdisplay.h;h=cf507f16a7d3ce960b3393ed1c751312c08b2094;hb=5334a314651228c55fd0f206dec0209bc3148b24;hp=d33efe9792332902559d4a600bc3c5581b557185;hpb=dfae916a398508554d35c6b3c8002b69becb53be;p=mothur.git diff --git a/collectdisplay.h b/collectdisplay.h index d33efe9..cf507f1 100644 --- a/collectdisplay.h +++ b/collectdisplay.h @@ -81,6 +81,7 @@ public: bool isCalcMultiple() { return estimate->getMultiple(); } + bool calcNeedsAll() { return estimate->getNeedsAll(); } bool hasLciHci() { if (estimate->getCols() == 3) { return true; } else{ return false; }