diff --git a/dumux/boxmodels/2p2c/2p2cmodel.hh b/dumux/boxmodels/2p2c/2p2cmodel.hh index 7468a145318f6f22290b0bb194f78d3492523cd4..45561608e18fff478790dbd92a5045e50f102347 100644 --- a/dumux/boxmodels/2p2c/2p2cmodel.hh +++ b/dumux/boxmodels/2p2c/2p2cmodel.hh @@ -206,9 +206,9 @@ public: * \brief Called by the update() method if applying the newton * method was unsuccessful. */ - void updateFailedTry() + void updateFailed() { - ParentType::updateFailedTry(); + ParentType::updateFailed(); setSwitched_(false); resetPhasePresence_();