Restore Non-MPI Builds

Commit 371b2592f misordered the closing brace of a namespace and
the conditional declarations dependent upon MPI availability.  This
commit restores the expected order and fixes non-MPI builds.
This commit is contained in:
Bård Skaflestad 2022-08-18 16:08:41 +02:00
parent f3c82fb123
commit b87154223b

View File

@ -350,6 +350,6 @@ INSTANCE(int)
INSTANCE(float)
INSTANCE(std::size_t)
#endif
} // namespace Opm
}
#endif // HAVE_MPI && HAVE_DUNE_ISTL