Skip to content

Commit

Permalink
turn off diagnostic prints
Browse files Browse the repository at this point in the history
  • Loading branch information
lvanroye committed Jul 31, 2024
1 parent 1ab36ef commit 5e50ef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fatrop/ocp/OCPLSRiccati.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ fatrop_int OCPLSRiccati::solve_pd_sys(
// prepare next iteration
error_prev = err_curr;
}
printer_->level(1) << "WARNING: max number of refinement iterations reached, error: " << err_curr << endl;
// printer_->level(1) << "WARNING: max number of refinement iterations reached, error: " << err_curr << endl;
}
return 0;
}
Expand Down

0 comments on commit 5e50ef7

Please sign in to comment.