mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
BlackoilModelEbos: remove unused member function
This commit is contained in:
parent
0a670f3694
commit
e88c44eaaf
@ -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.
|
||||
/// In this class, this function does nothing.
|
||||
/// \param[in] timer simulation timer
|
||||
|
Loading…
Reference in New Issue
Block a user