mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-20 11:48:25 -06:00
Don't Provide Deck Accessors in FlowMainEbos
Following commitsf4f8c033d
andc7016854d
(PR #4286), the "vanguard" no longer maintains an internal Deck data member. Don't pretend that it does by providing member functions to access that data member. If someone tries to actually call these member functions then they will get an unfriendly diagnostic message and a build failure.
This commit is contained in:
parent
ed2827235e
commit
3c643dba13
@ -431,12 +431,6 @@ void handleExtraConvergenceOutput(SimulatorReport& report,
|
||||
}
|
||||
}
|
||||
|
||||
const Deck& deck() const
|
||||
{ return ebosSimulator_->vanguard().deck(); }
|
||||
|
||||
Deck& deck()
|
||||
{ return ebosSimulator_->vanguard().deck(); }
|
||||
|
||||
const EclipseState& eclState() const
|
||||
{ return ebosSimulator_->vanguard().eclState(); }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user