Minor whitespace fixes.

This commit is contained in:
Atgeirr Flø Rasmussen 2021-10-05 13:59:16 +02:00
parent 65f0e4e7f0
commit d1391de639

View File

@ -25,13 +25,14 @@
namespace Opm
{
namespace Parallel {
using MPIComm = typename Dune::MPIHelper::MPICommunicator;
namespace Parallel
{
using MPIComm = typename Dune::MPIHelper::MPICommunicator;
#if DUNE_VERSION_NEWER(DUNE_COMMON, 2, 7)
using Communication = Dune::Communication<MPIComm>;
#else
using Communication = Dune::CollectiveCommunication<MPIComm>;
#endif
}
} // namespace Parallel
} // end namespace Opm
#endif // OPM_PARALLELCOMMUNICATION_HEADER_INCLUDED