mirror of
https://github.com/OPM/opm-upscaling.git
synced 2025-02-25 18:45:23 -06:00
This particular version of dune-grid tested the define ENABLE_ALUGRID instead of HAVE_ALUGRID, which was the intention. Our build system doesn't set this define, so we do it here before including in case we have that version. It should otherwise be harmless, since HAVE_ALUGRID should only be defined in DUNE if ENABLE_ALUGRID is true (1) anyway.