mirror of
https://github.com/OPM/opm-simulators.git
synced 2026-08-09 03:08:04 -05:00
Don't Provide Deck Accessors in FlowMainEbos
Following commitsf4f8c033dandc7016854d(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:
@@ -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(); }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user