mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-25 08:41:00 -06:00
Minor whitespace fixes.
This commit is contained in:
parent
65f0e4e7f0
commit
d1391de639
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user