Add report_step argument to UDQConfig::eval()
This commit is contained in:
+1
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user