mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Only specialize distributeGridAndData for CpGrid if MPI is found.
This commit is contained in:
@@ -45,7 +45,7 @@ inline void distributeGridAndData( Grid& ,
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
#if HAVE_DUNE_CORNERPOINT
|
#if HAVE_DUNE_CORNERPOINT && HAVE_MPI
|
||||||
/// \brief a data handle to distribute Derived Geology
|
/// \brief a data handle to distribute Derived Geology
|
||||||
class GeologyDataHandle
|
class GeologyDataHandle
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user