Added back conditional printing

This commit is contained in:
Harry Moffat 2011-08-30 15:56:00 +00:00
parent 58a0f42ef0
commit 6fca9189da

View file

@ -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;
}