fixed: check correct variable (copy-pasta issue)

This commit is contained in:
Arne Morten Kvarving 2025-01-23 10:42:32 +01:00
parent 98497c52e9
commit 9ed93eeecc

View File

@ -309,7 +309,7 @@ public:
if (this->sub_step_report_.max_linear_iterations != 0) {
miscSummaryData["NLINSMAX"] = this->sub_step_report_.max_linear_iterations;
}
if (this->simulation_report_.success.total_newton_iterations != 0) {
if (this->simulation_report_.success.total_linear_iterations != 0) {
miscSummaryData["MSUMLINS"] = this->simulation_report_.success.total_linear_iterations;
}
if (this->simulation_report_.success.total_newton_iterations != 0) {