From 5e50ef7c98db599cdbe8c232f5cebb2d85283740 Mon Sep 17 00:00:00 2001 From: Lander Vanroye Date: Wed, 31 Jul 2024 15:21:04 +0200 Subject: [PATCH] turn off diagnostic prints --- fatrop/ocp/OCPLSRiccati.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fatrop/ocp/OCPLSRiccati.cpp b/fatrop/ocp/OCPLSRiccati.cpp index 73bb9af..edf0a3a 100644 --- a/fatrop/ocp/OCPLSRiccati.cpp +++ b/fatrop/ocp/OCPLSRiccati.cpp @@ -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; }