diff --git a/dumux/multidomain/fvassembler.hh b/dumux/multidomain/fvassembler.hh index 467f1f53a7c5e65c195ddba0c7bfd3316d32c020..6be6a0e6bbf399891de4e0b89550007bd79bc827 100644 --- a/dumux/multidomain/fvassembler.hh +++ b/dumux/multidomain/fvassembler.hh @@ -360,7 +360,7 @@ public: * \note calling this turns this into a stationary assembler */ void setTimeManager(std::shared_ptr<const TimeLoop> timeLoop) - { timeLoop_ = timeLoop_; isStationaryProblem_ = !(static_cast<bool>(timeLoop)); } + { timeLoop_ = timeLoop; isStationaryProblem_ = !(static_cast<bool>(timeLoop)); } /*! * \brief Sets the solution from which to start the time integration. Has to be