Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
flomnes committed Jan 20, 2025
1 parent 42e6251 commit 7968cdb
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions src/solver/modelConverter/convertorVisitor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ class NoParameterOrVariableWithThisName: public std::runtime_error
{
}
};

// to silent warning, convert bool to unsigned int
static constexpr unsigned int convertBool(bool in)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
#include <antares/solver/expressions/NodeRegistry.h>
#include "antares/solver/modelParser/Library.h"


namespace Antares::Solver::ModelConverter
{

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,6 @@ BOOST_AUTO_TEST_CASE(one_model_two_components__dont_clash)

BOOST_AUTO_TEST_SUITE_END()


BOOST_FIXTURE_TEST_SUITE(_ComponentFiller_addConstraints_, LinearProblemBuildingFixture)

BOOST_AUTO_TEST_CASE(ct_one_var__pb_contains_the_ct)
Expand Down

0 comments on commit 7968cdb

Please sign in to comment.