mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-21 22:52:59 -06:00
BlackoilModel: add impl file
This commit is contained in:
parent
76f690c869
commit
dcd739fa09
@ -795,6 +795,7 @@ list (APPEND PUBLIC_HEADER_FILES
|
||||
opm/simulators/flow/Banners.hpp
|
||||
opm/simulators/flow/BaseAquiferModel.hpp
|
||||
opm/simulators/flow/BlackoilModel.hpp
|
||||
opm/simulators/flow/BlackoilModel_impl.hpp
|
||||
opm/simulators/flow/BlackoilModelConvergenceMonitor.hpp
|
||||
opm/simulators/flow/BlackoilModelNldd.hpp
|
||||
opm/simulators/flow/BlackoilModelParameters.hpp
|
||||
|
File diff suppressed because it is too large
Load Diff
1138
opm/simulators/flow/BlackoilModel_impl.hpp
Normal file
1138
opm/simulators/flow/BlackoilModel_impl.hpp
Normal file
File diff suppressed because it is too large
Load Diff
@ -61,6 +61,7 @@
|
||||
|
||||
#include <opm/simulators/flow/Banners.hpp>
|
||||
#include <opm/simulators/flow/FlowMain.hpp>
|
||||
#include <opm/simulators/flow/FlowProblemBlackoil.hpp>
|
||||
|
||||
#if HAVE_DUNE_FEM
|
||||
#include <dune/fem/misc/mpimanager.hh>
|
||||
|
Loading…
Reference in New Issue
Block a user