mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user