Skip to content

fix constexpr lambda

Christian Engwer requested to merge fix-the-fix into master

the FieldVector<RF,dim> requires dim to be constexpr. Capturing dim in the lambda makes it mutable. We now extract it from GV as GV::dimension.

Merge request reports