mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Spelling fix geomtry -> geometry.
Actually one should rename the function used from opm-common, too. But that is for later...
This commit is contained in:
parent
42c2f649d3
commit
51d8c9536e
@ -365,7 +365,7 @@ namespace {
|
|||||||
|
|
||||||
if (status != MPI_SUCCESS) {
|
if (status != MPI_SUCCESS) {
|
||||||
throw std::invalid_argument {
|
throw std::invalid_argument {
|
||||||
"Unable to establish cell geomtry validity across MPI ranks"
|
"Unable to establish cell geometry validity across MPI ranks"
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
#endif // HAVE_MPI
|
#endif // HAVE_MPI
|
||||||
|
Loading…
Reference in New Issue
Block a user