remove support for the legacy ALUGrid library provided by dune-grid

now, the dune-alugrid module is required if these tests are to be
run. (note that due to the fact that the OPM build system has not been
detecting the legacy alugrid library for a while, the practical
implications of this patch should be small to non-existant.)
This commit is contained in:
Andreas Lauser
2016-05-04 13:19:52 +02:00
parent 1d38555f92
commit 4d37a50c83
2 changed files with 10 additions and 15 deletions

View File

@@ -34,11 +34,8 @@
#define DISABLE_ALUGRID_SFC_ORDERING 1
#include <dune/alugrid/grid.hh>
#include <dune/alugrid/dgf.hh>
#elif HAVE_ALUGRID
#include <dune/grid/alugrid.hh>
#include <dune/grid/io/file/dgfparser/dgfalu.hh>
#else
#error "No ALUGrid found"
#error "dune-alugrid not found!"
#endif
#include <ewoms/models/discretefracture/discretefracturemodel.hh>