ebos: remove unused deprecated function

This commit is contained in:
Andreas Lauser 2019-02-15 16:58:14 +01:00
parent a34a8d6b9e
commit b1a526e5c2

View File

@ -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
*/