FingerProblem: bug fix, don't use ALUGrid's SFC reordering.

This commit is contained in:
Robert Kloefkorn 2016-01-07 12:04:18 -07:00
parent b9c0368915
commit 503b5038f6

View File

@ -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>