Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
flomnes committed Jan 10, 2025
1 parent 56df234 commit c55656b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ void LinearProblemBuildingFixture::createModel(string modelId,
{
Antares::Solver::NodeRegistry node_registry(node, move(nodes));
Expression expression("expression", move(node_registry));
return move(expression);
return expression;
};
vector<Parameter> parameters;
for (auto parameter_id: parameterIds)
Expand Down

0 comments on commit c55656b

Please sign in to comment.