void setInTreeTaxBits() { No* n; for(int i = 0; i < nNo; i++) { n = nodes[i]; if(n->isLeaf == 1) { taxBits[n->taxNum] = 1; } } const std::size_t first_one = taxBits.find_first(); firstOnePos = first_one; }