Skip to content
Snippets Groups Projects
Commit b9aa44fb authored by Dr. Felix Tobias Schindler's avatar Dr. Felix Tobias Schindler
Browse files

[view.periodic] fix broken AlwaysFalse

parent 1100a753
No related branches found
No related tags found
No related merge requests found
...@@ -1145,7 +1145,7 @@ public: ...@@ -1145,7 +1145,7 @@ public:
template <class RealGridPartImp, bool codim_iters_provided = false> template <class RealGridPartImp, bool codim_iters_provided = false>
class PeriodicGridPart class PeriodicGridPart
{ {
static_assert(AlwaysFalse<>::value, "You are missing dune-fem!"); static_assert(AlwaysFalse<RealGridPartImp>::value, "You are missing dune-fem!");
}; };
......
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