Added back conditional printing
This commit is contained in:
parent
58a0f42ef0
commit
6fca9189da
1 changed files with 2 additions and 2 deletions
|
|
@ -2150,9 +2150,9 @@ namespace Cantera {
|
|||
return 0;
|
||||
}
|
||||
}
|
||||
//if (loglevel >= 4 ) {
|
||||
if (loglevel >= 4 ) {
|
||||
printf("\t dampStep(): current direction is rejected! retnTrial = %d, its = %d, damp = %g\n", -2, m+1, ff);
|
||||
//}
|
||||
}
|
||||
return -2;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue