Skip to content

Commit

Permalink
add const to gridElement()
Browse files Browse the repository at this point in the history
  • Loading branch information
rath3t authored Nov 20, 2023
1 parent cd50c77 commit 63b8d71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ikarus/finiteelements/febases/powerbasisfe.hh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ namespace Ikarus {
}
}

const GridElementEntityType& gridElement() { return localView_.element(); }
const GridElementEntityType& gridElement() const { return localView_.element(); }
const LocalView& localView() const { return localView_; }
LocalView& localView() { return localView_; }

Expand Down

0 comments on commit 63b8d71

Please sign in to comment.