mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-11 08:51:55 -06:00
move all grid creators in ewoms/io
and adapt all code to the new location. this reflects commit r9916 of the dumux trunk.
This commit is contained in:
parent
28a0fb487c
commit
7391faec45
@ -39,7 +39,7 @@
|
||||
|
||||
// For the DUNE grid
|
||||
#include <dune/grid/yaspgrid.hh> /*@\label{tutorial-coupled:include-grid-manager}@*/
|
||||
#include <ewoms/common/cubegridcreator.hh> /*@\label{tutorial-coupled:include-grid-creator}@*/
|
||||
#include <ewoms/io/cubegridcreator.hh> /*@\label{tutorial-coupled:include-grid-creator}@*/
|
||||
|
||||
// For Dune::FieldMatrix
|
||||
#include <dune/common/fmatrix.hh>
|
||||
|
@ -43,7 +43,7 @@
|
||||
#include <ewoms/material/components/lnapl.hh>
|
||||
|
||||
// the grid includes
|
||||
#include <ewoms/common/cubegridcreator.hh>
|
||||
#include <ewoms/io/cubegridcreator.hh>
|
||||
#include <dune/grid/yaspgrid.hh>
|
||||
|
||||
// provides Dune::FieldVector
|
||||
|
Loading…
Reference in New Issue
Block a user