mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Minor whitespace fixes.
This commit is contained in:
@@ -24,14 +24,15 @@
|
|||||||
#include <dune/common/parallel/mpihelper.hh>
|
#include <dune/common/parallel/mpihelper.hh>
|
||||||
|
|
||||||
namespace Opm
|
namespace Opm
|
||||||
{
|
{
|
||||||
namespace Parallel {
|
namespace Parallel
|
||||||
using MPIComm = typename Dune::MPIHelper::MPICommunicator;
|
{
|
||||||
|
using MPIComm = typename Dune::MPIHelper::MPICommunicator;
|
||||||
#if DUNE_VERSION_NEWER(DUNE_COMMON, 2, 7)
|
#if DUNE_VERSION_NEWER(DUNE_COMMON, 2, 7)
|
||||||
using Communication = Dune::Communication<MPIComm>;
|
using Communication = Dune::Communication<MPIComm>;
|
||||||
#else
|
#else
|
||||||
using Communication = Dune::CollectiveCommunication<MPIComm>;
|
using Communication = Dune::CollectiveCommunication<MPIComm>;
|
||||||
#endif
|
#endif
|
||||||
}
|
} // namespace Parallel
|
||||||
} // end namespace Opm
|
} // end namespace Opm
|
||||||
#endif // OPM_PARALLELCOMMUNICATION_HEADER_INCLUDED
|
#endif // OPM_PARALLELCOMMUNICATION_HEADER_INCLUDED
|
||||||
|
|||||||
Reference in New Issue
Block a user