Skip to content

[staggered] Fix linker error

Kilian Weishaupt requested to merge fix/linker-error-staggered into master
  • the static constexpr dof type indices cannot be stored class-wide in gcc5, this lead to linker errors
  • store the indices for for each method instead
Edited by Kilian Weishaupt

Merge request reports