Replace MESSAGE by OPM_MESSAGE

This commit is contained in:
Andreas Lauser
2013-09-03 15:43:58 +02:00
parent 7e8d941a6f
commit 05af2ab6ff
5 changed files with 9 additions and 9 deletions
@@ -817,7 +817,7 @@ namespace Opm
if ((iters_used_split >= max_iters_split) && (norm(res) > tol_)) {
MESSAGE("Newton for single cell did not work in cell number " << cell);
OPM_MESSAGE("Newton for single cell did not work in cell number " << cell);
solveSingleCellBracketing(cell);
} else {
scToc(x, x_c);
@@ -963,7 +963,7 @@ namespace Opm
}
if ((iters_used_split >= max_iters_split) && (norm(res) > tol_)) {
MESSAGE("Newton for single cell did not work in cell number " << cell);
OPM_MESSAGE("Newton for single cell did not work in cell number " << cell);
solveSingleCellBracketing(cell);
} else {
concentration_[cell] = x[1];