Remove tucked away reference to parser in Sim.outp.
This commit is contained in:
parent
ce7eb44836
commit
e978cbf848
@ -38,8 +38,7 @@ SimulatorOutputBase::SimulatorOutputBase (
|
|||||||
|
|
||||||
// store all parameters passed into the object, making them curried
|
// store all parameters passed into the object, making them curried
|
||||||
// parameters to the writeOutput function.
|
// parameters to the writeOutput function.
|
||||||
: parser_ (parser )
|
: timer_ (timer )
|
||||||
, timer_ (timer )
|
|
||||||
, reservoirState_ (state )
|
, reservoirState_ (state )
|
||||||
, wellState_ (wellState)
|
, wellState_ (wellState)
|
||||||
|
|
||||||
|
@ -64,7 +64,6 @@ protected:
|
|||||||
operator std::function <void ()> ();
|
operator std::function <void ()> ();
|
||||||
|
|
||||||
/// Just hold a reference to these objects that are owned elsewhere.
|
/// Just hold a reference to these objects that are owned elsewhere.
|
||||||
std::shared_ptr <EclipseGridParser> parser_;
|
|
||||||
std::shared_ptr <SimulatorTimer> timer_;
|
std::shared_ptr <SimulatorTimer> timer_;
|
||||||
std::shared_ptr <BlackoilState> reservoirState_;
|
std::shared_ptr <BlackoilState> reservoirState_;
|
||||||
std::shared_ptr <WellState> wellState_;
|
std::shared_ptr <WellState> wellState_;
|
||||||
|
Loading…
Reference in New Issue
Block a user