mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-16 20:24:48 -06:00
Merge pull request #664 from blattms/debian-patches
Fixed spelling in some messages
This commit is contained in:
commit
c8ad8bc368
@ -252,7 +252,7 @@ public:
|
||||
succeeded = comm.min(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]);
|
||||
}
|
||||
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!");
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user