Merge pull request #527 from blattms/fix-sequential-redist-grid

Only specialize distributeGridAndData for CpGrid if MPI is found.
This commit is contained in:
Bård Skaflestad 2015-10-30 19:31:26 +01:00
commit a3d4224445

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
{