Skip to content

Commit e69c205

Browse files
committed
print update block params
1 parent a1046bd commit e69c205

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/interface/interface.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,7 @@ void update_block_params(int problem_id, std::string block_name,
238238
for (int i = 0; i < num_time_pts; i++) {
239239
times_new.push_back(params[1 + i]);
240240
values_new.push_back(params[1 + num_time_pts + i]);
241+
std::cout<<block_name<<" "<<params[1 + i]<<" "<<params[1 + num_time_pts + i]<<std::endl;
241242
}
242243
model->get_parameter(block->global_param_ids[0])
243244
->update(times_new, values_new);

0 commit comments

Comments
 (0)