mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-24 16:30:02 -06:00
Minor whitespace fixes.
This commit is contained in:
parent
65f0e4e7f0
commit
d1391de639
@ -24,14 +24,15 @@
|
||||
#include <dune/common/parallel/mpihelper.hh>
|
||||
|
||||
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>;
|
||||
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