Home
last modified time | relevance | path

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

/dports/biology/stacks/stacks-2.4/src/
H A Dpopulations.h271 size_t next_batch_number() { return this->_batch_num + 1; } in next_batch_number() function
H A Dpopulations.cc261 cout << "Batch " << bloc.next_batch_number() - 1 << " " << flush; in main()
262 logger->x << "Batch " << bloc.next_batch_number() - 1; in main()