MCPcopy Create free account
hub / github.com/devosoft/avida / NotifyData

Method NotifyData

avida-core/source/main/cStats.cc:463–467  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

461}
462
463void 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

Callers

nothing calls this directly

Calls 1

IntValueMethod · 0.45

Tested by

no test coverage detected