Skip to content

Commit

Permalink
Rewrite todo pop? comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Robadob committed Sep 12, 2023
1 parent 8d01cb9 commit cb5f4fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/flamegpu/simulation/detail/AbstractSimRunner.cu
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ void AbstractSimRunner::runSimulation(int plan_id) {
// Set the step config directly, to bypass validation
simulation->step_log_config = step_log_config;
simulation->exit_log_config = exit_log_config;
// TODO Set population?
// Don't need to set pop, this must be done via init function within ensembles
// Execute simulation
simulation->simulate();
{
Expand Down

0 comments on commit cb5f4fc

Please sign in to comment.