Skip to content

Commit a3b1a5d

Browse files
authored
Update demo_tnt-elements.py
whitespace
1 parent 4b32841 commit a3b1a5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/demo/demo_tnt-elements.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ def create_tnt_quad(degree):
257257
basix.MapType.identity,
258258
basix.SobolevSpace.H1,
259259
False,
260-
max(degree - 1,1),
260+
max(degree - 1, 1),
261261
degree,
262262
dtype=default_real_type,
263263
)

0 commit comments

Comments
 (0)