use dune-alugrid instead of the old version from dune-grid if the module is available

This commit is contained in:
Andreas Lauser
2014-07-30 12:29:02 +02:00
parent 9e39939e15
commit 6d6640fc9d
5 changed files with 26 additions and 16 deletions

View File

@@ -25,7 +25,12 @@
#define EWOMS_FRACTURE_PROBLEM_HH
#include <ewoms/parallel/mpihelper.hh>
#if HAVE_DUNE_ALUGRID
#include <dune/alugrid/grid.hh>
#else
#include <dune/grid/alugrid.hh>
#endif
#include <opm/material/fluidmatrixinteractions/RegularizedBrooksCorey.hpp>
#include <opm/material/fluidmatrixinteractions/RegularizedVanGenuchten.hpp>