mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-30 11:06:55 -06:00
ebos: remove unused deprecated function
This commit is contained in:
parent
a34a8d6b9e
commit
b1a526e5c2
@ -917,18 +917,6 @@ public:
|
||||
eclWriter_->writeOutput(isSubStep);
|
||||
}
|
||||
|
||||
// this method is DEPRECATED!!!
|
||||
void writeOutput(Opm::data::Wells& dw, Scalar t, bool substep, Scalar totalSolverTime, Scalar nextstep, bool verbose = true)
|
||||
{
|
||||
// use the generic code to prepare the output fields and to
|
||||
// write the desired VTK files.
|
||||
ParentType::writeOutput(verbose);
|
||||
|
||||
// output using eclWriter if enabled
|
||||
if (eclWriter_)
|
||||
eclWriter_->writeOutput(dw, t, substep, totalSolverTime, nextstep);
|
||||
}
|
||||
|
||||
/*!
|
||||
* \copydoc FvBaseMultiPhaseProblem::intrinsicPermeability
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user