Skip to content

Commit

Permalink
Default initializer for ALMParams::inner
Browse files Browse the repository at this point in the history
  • Loading branch information
tttapa committed Aug 23, 2023
1 parent 3b25783 commit 0551cb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/alpaqa/include/alpaqa/outer/alm.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ class ALMSolver {

/// The statistics of the inner solver invocations, accumulated over all
/// ALM iterations.
InnerStatsAccumulator<typename InnerSolver::Stats> inner;
InnerStatsAccumulator<typename InnerSolver::Stats> inner{};
};

ALMSolver(Params params, InnerSolver &&inner_solver)
Expand Down

0 comments on commit 0551cb7

Please sign in to comment.