Adapt code to dune-cornerpoint -> opm-grid renaming.

This commit is contained in:
Atgeirr Flø Rasmussen
2016-04-05 15:17:17 +02:00
parent 6f1cec4eec
commit 37c4bd16b1
14 changed files with 30 additions and 30 deletions

View File

@@ -24,7 +24,7 @@
#include <opm/parser/eclipse/EclipseState/EclipseState.hpp>
#include <opm/core/grid/GridManager.hpp>
#if HAVE_DUNE_CORNERPOINT
#if HAVE_OPM_GRID
#include <dune/grid/CpGrid.hpp>
#endif
@@ -67,7 +67,7 @@ namespace Opm
};
#if HAVE_DUNE_CORNERPOINT
#if HAVE_OPM_GRID
/// Specialization for CpGrid.
template <>
class GridInit<Dune::CpGrid>
@@ -86,7 +86,7 @@ namespace Opm
private:
Dune::CpGrid grid_;
};
#endif // HAVE_DUNE_CORNERPOINT
#endif // HAVE_OPM_GRID
} // namespace Opm