mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-06 22:43:01 -06:00
FingerProblem: bug fix, don't use ALUGrid's SFC reordering.
This commit is contained in:
parent
b9c0368915
commit
503b5038f6
@ -30,6 +30,8 @@
|
||||
#include <ewoms/common/parametersystem.hh>
|
||||
|
||||
#if HAVE_DUNE_ALUGRID
|
||||
// we cannot use SFC reordering since it messes up the test case logic
|
||||
#define DISABLE_ALUGRID_SFC_ORDERING
|
||||
#include <dune/alugrid/grid.hh>
|
||||
#else
|
||||
#include <dune/grid/alugrid.hh>
|
||||
|
Loading…
Reference in New Issue
Block a user