Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
flomnes committed Jan 27, 2025
1 parent 307775f commit 71ead60
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,14 @@ BOOST_AUTO_TEST_CASE(var_with_literal_bounds_to_filler__problem_contains_one_var

BOOST_AUTO_TEST_CASE(ten_timesteps_var_with_literal_bounds_to_filler__problem_contains_ten_vars)
{
createModelWithOneFloatVar("some_model", {}, "var1", literal(-5), literal(10), {}, nullptr, true);
createModelWithOneFloatVar("some_model",
{},
"var1",
literal(-5),
literal(10),
{},
nullptr,
true);
createComponent("some_model", "some_component");
constexpr unsigned int last_time_step = 9;
FillContext ctx{0, last_time_step};
Expand Down

0 comments on commit 71ead60

Please sign in to comment.