Skip to content

Commit

Permalink
Merge branch 'test/auto-tap-test' into bug/auto-tap-inf-loop
Browse files Browse the repository at this point in the history
  • Loading branch information
petersalemink95 authored Jan 28, 2025
2 parents 7e7d7ed + 257a1cb commit 9bbd858
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ class IterationDiverge : public PowerGridError {
class MaxIterationReached : public IterationDiverge {
public:
MaxIterationReached(std::string const& msg = "") {
append_msg("Maximum iterations reached, no solution. " + msg + "\n");
append_msg("Maximum number of iterations reached" + msg + "\n");
}
};

Expand Down

0 comments on commit 9bbd858

Please sign in to comment.