Skip to content
Snippets Groups Projects
Commit 7928fda1 authored by Timo Koch's avatar Timo Koch
Browse files

[staggered] Remove wrong static assert from c&p mistake

parent 286c1b62
No related branches found
No related tags found
1 merge request!2206Feature/staggered assembler fix forwarding implicit flag
...@@ -96,7 +96,6 @@ public: ...@@ -96,7 +96,6 @@ public:
timeLoop, timeLoop,
prevSol) prevSol)
{ {
static_assert(isImplicit, "Explicit assembler for stationary problem doesn't make sense!");
this->couplingManager_->setSubProblems(std::make_tuple(problem, problem)); this->couplingManager_->setSubProblems(std::make_tuple(problem, problem));
} }
......
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