mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Fixed spelling in some messages
This commit is contained in:
parent
7f3e61661a
commit
8c3f5fdfbe
@ -252,7 +252,7 @@ public:
|
|||||||
succeeded = comm.min(succeeded);
|
succeeded = comm.min(succeeded);
|
||||||
|
|
||||||
if (!succeeded)
|
if (!succeeded)
|
||||||
throw NumericalIssue("linearization of an auxilary equation failed");
|
throw NumericalIssue("linearization of an auxiliary equation failed");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -381,7 +381,7 @@ public:
|
|||||||
Opm::Valgrind::CheckDefined(minActivityCoeff_[globalIdx][compIdx]);
|
Opm::Valgrind::CheckDefined(minActivityCoeff_[globalIdx][compIdx]);
|
||||||
}
|
}
|
||||||
if (minActivityCoeff_[globalIdx][compIdx] <= 0)
|
if (minActivityCoeff_[globalIdx][compIdx] <= 0)
|
||||||
throw Opm::NumericalIssue("The minumum activity coefficient for component "+std::to_string(compIdx)
|
throw Opm::NumericalIssue("The minimum activity coefficient for component "+std::to_string(compIdx)
|
||||||
+" on DOF "+std::to_string(globalIdx)+" is negative or zero!");
|
+" on DOF "+std::to_string(globalIdx)+" is negative or zero!");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user