mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
use dune-alugrid instead of the old version from dune-grid if the module is available
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user