Add report_step argument to UDQConfig::eval()

This commit is contained in:
Joakim Hove
2020-09-08 08:23:45 +02:00
parent b22304b7ba
commit 8d11a04033
5 changed files with 32 additions and 9 deletions
+1 -1
View File
@@ -121,7 +121,7 @@ void msim::run_step(const Schedule& schedule, Action::State& action_state, Summa
group_data,
{});
schedule.getUDQConfig( report_step ).eval(st, udq_state);
schedule.getUDQConfig( report_step ).eval(report_step, st, udq_state);
this->output(action_state,
st,