Skip to content
Snippets Groups Projects
Commit 3b46b167 authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

[T/NL] Fix warning in case of fallthrough if.

parent afcb104b
No related branches found
No related tags found
No related merge requests found
...@@ -74,6 +74,7 @@ struct NaturalPointGenerator ...@@ -74,6 +74,7 @@ struct NaturalPointGenerator
[](double const& v) { return 1. - v; }); [](double const& v) { return 1. - v; });
return mapped_tuple; return mapped_tuple;
} }
OGS_FATAL("NaturalPointGenerator: Unknown shape function type.");
} }
result_type operator()(std::size_t /*size*/ = 0) result_type operator()(std::size_t /*size*/ = 0)
......
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