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

[md][staggered] Fix localAssembler for clang

* due to a bug in clang (https://stackoverflow.com/a/47849501),
  myMultiTypeBlockvector.size() (which is static constexpr) has to be
  changed to MultiTypeBlockVector::size() to be used as a constexpr
  template argument
* probably a similar issue with using Dune::Hybrid::forEach and std::get<>
parent c5d3599a
No related branches found
No related tags found
Loading
Loading
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