Fix invalid static cast
1 unresolved thread
1 unresolved thread
Hi Lars, maybe my changes are a proper fix of the wrong static cast. Let the CI decide. ^^
Hi Lars, maybe my changes are a proper fix of the wrong static cast. Let the CI decide. ^^
Merge details
170 | 163 | using FemType = |
171 | 164 | NumLib::TemplateIsoparametric<ShapeFunction, ShapeMatricesType>; |
172 | 165 | |
173 | return FemType{ | |
174 | *static_cast<const typename ShapeFunction::MeshElement*>(&e)}; | |
|
mentioned in commit 89e5e699
merged