mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Spelling fixes
Gbp-Pq: Name 0005-Spelling-fixes.patch
This commit is contained in:
@@ -326,7 +326,7 @@ namespace Opm{
|
||||
}
|
||||
|
||||
if (krg.front() > 1.0 || krg.back() < 0) {
|
||||
const std::string msg = "In SLGOF table SATNUM = " + regionIdx + ", krg shoule be in range [0, 1].";
|
||||
const std::string msg = "In SLGOF table SATNUM = " + regionIdx + ", krg should be in range [0, 1].";
|
||||
OpmLog::error(msg);
|
||||
}
|
||||
if (krg.back() != 0.0) {
|
||||
|
||||
Reference in New Issue
Block a user