Only specialize distributeGridAndData for CpGrid if MPI is found.

This commit is contained in:
Markus Blatt 2015-10-30 13:22:06 +01:00
parent c5c50391d0
commit e729c26b26

View File

@ -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
class GeologyDataHandle
{