Skip to content

Commit

Permalink
const correctness
Browse files Browse the repository at this point in the history
Signed-off-by: Santiago Figueroa Manrique <santiago.figueroa.manrique@alliander.com>
  • Loading branch information
figueroa1395 committed Nov 8, 2024
1 parent 0f8ccb7 commit 7d4d8ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cpp_integration_tests/test_main_model.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1451,7 +1451,7 @@ TEST_CASE("Test main model - runtime dispatch") {
update_data_without_ids.add_buffer("sym_load", update_size, update_size, nullptr, nullptr);
update_data_without_ids.add_attribute_buffer("sym_load", "p_specified", sym_load_p_specified.data());

MainModel base_model{50.0, input_data};
MainModel const base_model{50.0, input_data};
MainModel columnar_model_w_id{base_model};
MainModel columnar_model_wo_id{base_model};

Expand Down

0 comments on commit 7d4d8ad

Please sign in to comment.