]> git.donarmstrong.com Git - mothur.git/blobdiff - collectdisplay.h
fixed bug with trim.seqs- when a file is blank for a grouping mothur removed it,...
[mothur.git] / collectdisplay.h
index d33efe9792332902559d4a600bc3c5581b557185..cf507f16a7d3ce960b3393ed1c751312c08b2094 100644 (file)
@@ -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; }