Skip to content

Commit

Permalink
Bugfix: add missing KillDemePercent hook
Browse files Browse the repository at this point in the history
  • Loading branch information
mmore500 committed Nov 14, 2023
1 parent e85c722 commit 7c94833
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions avida-core/source/actions/PopulationActions.cc
Original file line number Diff line number Diff line change
Expand Up @@ -5916,6 +5916,7 @@ void RegisterPopulationActions(cActionLibrary* action_lib)
action_lib->Register<cActionKillWithinRadiusBelowResourceThreshold>("KillWithinRadiusBelowResourceThreshold");
action_lib->Register<cActionKillWithinRadiusMeanBelowResourceThreshold>("KillWithinRadiusMeanBelowResourceThreshold");
action_lib->Register<cActionKillWithinRadiusBelowResourceThresholdTestAll>("KillWithinRadiusBelowResourceThresholdTestAll");
action_lib->Register<cActionKillDemePercent>("KillDemePercent");
action_lib->Register<cActionKillDemesHighestParasiteLoad>("KillDemesHighestParasiteLoad");
action_lib->Register<cActionKillMeanBelowThresholdPaintable>("KillMeanBelowThresholdPaintable");

Expand Down

0 comments on commit 7c94833

Please sign in to comment.