mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Main: forward Action::State
This commit is contained in:
parent
7991af9c66
commit
2b756a8202
@ -24,6 +24,7 @@
|
||||
#include <opm/simulators/flow/Main.hpp>
|
||||
|
||||
#include <opm/input/eclipse/Python/Python.hpp>
|
||||
#include <opm/input/eclipse/Schedule/Action/State.hpp>
|
||||
#include <opm/input/eclipse/Schedule/UDQ/UDQState.hpp>
|
||||
|
||||
#include <opm/simulators/utils/readDeck.hpp>
|
||||
|
@ -50,7 +50,6 @@
|
||||
#include <flow/flow_ebos_micp.hpp>
|
||||
|
||||
#include <opm/input/eclipse/EclipseState/EclipseState.hpp>
|
||||
#include <opm/input/eclipse/Schedule/Action/State.hpp>
|
||||
#include <opm/input/eclipse/Schedule/Well/WellTestState.hpp>
|
||||
|
||||
#include <opm/models/utils/propertysystem.hh>
|
||||
@ -91,6 +90,7 @@ struct FlowEarlyBird {
|
||||
|
||||
namespace Opm {
|
||||
|
||||
namespace Action { class State; }
|
||||
class UDQState;
|
||||
|
||||
// ----------------- Main program -----------------
|
||||
|
Loading…
Reference in New Issue
Block a user