Skip to content

Commit

Permalink
add default constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
boulderdaze committed Jun 18, 2024
1 parent 18e515b commit 2b849de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/musica/micm.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ namespace musica
/// @brief The final state the solver was in
String state_{};

SolverStats() = default;

SolverStats(
int64_t func_calls,
int64_t jacobian,
Expand Down

0 comments on commit 2b849de

Please sign in to comment.