| 461 | } |
| 462 | |
| 463 | void cStats::NotifyData(Update current_update, Data::DataRetrievalFunctor retrieve_data) |
| 464 | { |
| 465 | m_num_genotypes = retrieve_data("systematics.genotype.current")->IntValue(); |
| 466 | m_threshold_genotypes = retrieve_data("systematics.genotype.current_threshold")->IntValue(); |
| 467 | } |
| 468 | |
| 469 | |
| 470 |