X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=collectdisplay.h;fp=collectdisplay.h;h=cf507f16a7d3ce960b3393ed1c751312c08b2094;hb=75c5a235ac3eb22e0f97d36874f4b2dcf9591f2e;hp=d33efe9792332902559d4a600bc3c5581b557185;hpb=8f89a92f4ada82a2b3bf51b23b6a977770f2b9e2;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; }