Fixed a printLvl error
This commit is contained in:
parent
fad1f9f7ff
commit
43c4d1215c
1 changed files with 1 additions and 1 deletions
|
|
@ -1174,7 +1174,7 @@ namespace Cantera {
|
|||
setDefaultDeltaBoundsMagnitudes();
|
||||
}
|
||||
|
||||
if (m_print_flag > 1) {
|
||||
if (m_print_flag > 3) {
|
||||
printf("\tsolve_nonlinear_problem(): iteration %d:\n",
|
||||
num_newt_its);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue