Skip to content

Commit

Permalink
Update demo_tnt-elements.py
Browse files Browse the repository at this point in the history
whitespace
  • Loading branch information
jmv2009 authored Dec 15, 2024
1 parent 4b32841 commit a3b1a5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/demo/demo_tnt-elements.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ def create_tnt_quad(degree):
basix.MapType.identity,
basix.SobolevSpace.H1,
False,
max(degree - 1,1),
max(degree - 1, 1),
degree,
dtype=default_real_type,
)
Expand Down

0 comments on commit a3b1a5d

Please sign in to comment.