Skip to content

Commit

Permalink
Property fix. (#762)
Browse files Browse the repository at this point in the history
Small fix to #757.
  • Loading branch information
garth-wells authored Jan 4, 2024
1 parent baae6d6 commit 53eb142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/basix/ufl.py
Original file line number Diff line number Diff line change
Expand Up @@ -1402,7 +1402,7 @@ def has_custom_quadrature(self) -> bool:
@property
def basix_element(self):
"""Return the underlying Basix element."""
return self._sub_element.basix_element()
return self._sub_element.basix_element


class _QuadratureElement(_ElementBase):
Expand Down

0 comments on commit 53eb142

Please sign in to comment.