BlackoilModelEbos: remove unused member function

This commit is contained in:
Arne Morten Kvarving 2023-03-03 13:31:42 +01:00
parent 0a670f3694
commit e88c44eaaf

View File

@ -931,15 +931,6 @@ namespace Opm {
void printIf(int c, double x, double y, double eps, std::string type) {
if (std::abs(x-y) > eps) {
std::cout << type << " " <<c << ": "<<x << " " << y << std::endl;
}
}
/// Called once after each time step. /// Called once after each time step.
/// In this class, this function does nothing. /// In this class, this function does nothing.
/// \param[in] timer simulation timer /// \param[in] timer simulation timer