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:
Markus Blatt 2022-04-27 20:46:57 +02:00
parent 42c2f649d3
commit 51d8c9536e

View File

@ -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