Skip to content
Snippets Groups Projects

Fix invalid static cast

Merged Christoph Lehmann requested to merge chleh/ogs:fix-invalid-static-cast into fix-sanitizer
1 unresolved thread

Hi Lars, maybe my changes are a proper fix of the wrong static cast. Let the CI decide. ^^

Merge request reports

Merged by Lars BilkeLars Bilke 2 years ago (Apr 6, 2022 9:14am UTC)

Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
170 163 using FemType =
171 164 NumLib::TemplateIsoparametric<ShapeFunction, ShapeMatricesType>;
172 165
173 return FemType{
174 *static_cast<const typename ShapeFunction::MeshElement*>(&e)};
  • Lars Bilke mentioned in commit 89e5e699

    mentioned in commit 89e5e699

  • merged

  • Please register or sign in to reply
    Loading