Home
last modified time | relevance | path

Searched refs:thisGroupAbund (Results 1 – 1 of 1) sorted by relevance

/dports/biology/mothur/mothur-1.46.1/source/datastructures/
H A Dcounttable.cpp546 int thisGroupAbund = 0; in readTable() local
547 in >> thisGroupAbund; util.gobble(in); in readTable()
552 groupCounts[thisIndex] = thisGroupAbund; in readTable()
553 totalGroups[thisIndex] += thisGroupAbund; in readTable()
554 thisTotal += thisGroupAbund; in readTable()