From d7b9d1b110e7cad521c572909258ec786de17f1a Mon Sep 17 00:00:00 2001 From: Matthew Andres Moreno Date: Wed, 15 Nov 2023 00:26:51 -0500 Subject: [PATCH] fixup! Impl para migration method guaranteeing infection --- avida-core/source/main/cPopulation.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/avida-core/source/main/cPopulation.cc b/avida-core/source/main/cPopulation.cc index 37a81b395..592b83377 100644 --- a/avida-core/source/main/cPopulation.cc +++ b/avida-core/source/main/cPopulation.cc @@ -1210,7 +1210,6 @@ bool cPopulation::ActivateParasite(cOrganism* host, Systematics::UnitPtr parent, && m_world->GetRandom().P(m_world->GetConfig().DEMES_PARASITE_MIGRATION_RATE.Get()) ){ cDeme& deme = GetDeme(m_world->GetMigrationMatrix().GetProbabilisticDemeID(host_cell.GetDemeID(), m_world->GetRandom(),true)); - deme. const int infection_mode = m_world->GetConfig().DEMES_PARASITE_MIGRATION_TARGET_SELECTION_METHOD.Get(); if (infection_mode == 0) { // Implementation #1 - Picks randomly of ALL cells in to-deme and then finds if the one it chose was occupied