Skip to content

Suggestion: Display 'Using modified Gram-Schmidt in GMRES' on msg::info instead of msg::print

Nicolas Marsic requested to merge infoMGS into master

Hi again,

Just a little suggestion: the string "Using modified Gram-Schmidt in GMRES" is displayed using the msg::print level, while the rest in Formulation::solve() is shown on the msg::info level. In my opinion, it would simplify verbosity control to have everything at the msg::info level. Any thoughts on that?

Cheers, Nicolas.

Merge request reports