Skip to content
Snippets Groups Projects
Commit 82151be5 authored by Kilian Weishaupt's avatar Kilian Weishaupt
Browse files

Merge branch 'feature/rename-settimemanager-settimeloop' into 'master'

[assembly] Rename setTimeManager to setTimeLoop

See merge request !886
parents a82f916a 05851146
No related branches found
No related tags found
1 merge request!886[assembly] Rename setTimeManager to setTimeLoop
...@@ -281,7 +281,7 @@ public: ...@@ -281,7 +281,7 @@ public:
* \brief Set time loop for instationary problems * \brief Set time loop for instationary problems
* \note calling this turns this into a stationary assembler * \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; } { timeLoop_ = timeLoop_; isStationaryProblem_ = true; }
/*! /*!
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment