Mentions légales du service

Skip to content
Snippets Groups Projects
Commit f968fdcc authored by LUISELLI Juliette's avatar LUISELLI Juliette
Browse files

remove unadapted watch for new Individuals in the eukaryotic case

parent 60c44687
No related branches found
No related tags found
No related merge requests found
......@@ -523,6 +523,7 @@ void ExpManager_7::do_mutation(int indiv_id) {
current_individuals[indiv_id]->last_id = indiv_id;
}
#ifndef __EUKARYOTE
if (exp_m_->record_tree()) {
int x = indiv_id / exp_m_->world()->height();
int y = indiv_id % exp_m_->world()->height();
......@@ -534,6 +535,7 @@ void ExpManager_7::do_mutation(int indiv_id) {
exp_m_->tree()->update_new_indiv(eindiv);
delete eindiv;
}
#endif
#ifdef WITH_PERF_TRACES_PER_INDIV
apply_mutation[indiv_id] = -1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment