Skip to content

Commit

Permalink
bugfix for github check renamed trfrRules to transferRules
Browse files Browse the repository at this point in the history
  • Loading branch information
JetteReeg committed Sep 4, 2024
1 parent b29bee6 commit 1317d2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Population.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -878,7 +878,7 @@ void Population::emigration(float localK)
stageParams sstruct = pSpecies->getStageParams();
emigRules emig = pSpecies->getEmigRules();
emigTraits eparams;
trfrRules trfr = pSpecies->getTrfr();
transferRules trfr = pSpecies->getTransferRules();
indStats ind;

// to avoid division by zero, assume carrying capacity is at least one individual
Expand Down

0 comments on commit 1317d2f

Please sign in to comment.