diff --git a/dumux/assembly/fvassembler.hh b/dumux/assembly/fvassembler.hh index cb42daa969b30e9288556a37435e51459fa7c647..816c4774949b86d138793550a9169d0af0dd05d9 100644 --- a/dumux/assembly/fvassembler.hh +++ b/dumux/assembly/fvassembler.hh @@ -281,7 +281,7 @@ public: * \brief Set time loop for instationary problems * \note calling this turns this into a stationary assembler */ - void setTimeManager(std::shared_ptr<const TimeLoop> timeLoop) + void setTimeLoop(std::shared_ptr<const TimeLoop> timeLoop) { timeLoop_ = timeLoop_; isStationaryProblem_ = true; } /*!