Home
last modified time | relevance | path

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

/dports/biology/stacks/stacks-2.4/src/
H A Dpopulations.h104 map<size_t, size_t> _pre_snps_per_loc, _post_snps_per_loc; variable
H A Dpopulations.cc1488 if (this->_post_snps_per_loc.count(n_actual_snps) == 0) in accumulate()
1489 this->_post_snps_per_loc[n_actual_snps] = 1; in accumulate()
1491 this->_post_snps_per_loc[n_actual_snps]++; in accumulate()
1548 …for (cnt_it = this->_post_snps_per_loc.begin(); cnt_it != this->_post_snps_per_loc.end(); cnt_it++) in write_results()