mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #3895 from blattms/fix-spelling
Spelling fix geomtry -> geometry.
This commit is contained in:
commit
a21d7c4fc1
@ -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