Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
anzil authored Feb 29, 2024
1 parent 419d8d8 commit 92ed79b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion symfem/elements/hhj.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def __init__(self, reference: Reference, order: int, variant: str = "equispaced"
for p in polynomial_set_vector(reference.tdim, 6, order)]
directions = [((0, 1, 1), (1, 0, 1), (1, 1, 0)),
((-6, 1, 1), (1, 0, 1), (1, 1, 0)),
((0, 1, 1), (1, -6, -1, (1, 1, 0)),
((0, 1, 1), (1, -6, 1, (1, 1, 0)),
((0, 1, 1), (1, 0, 1), (1, 1, -6))]
directions_extra = [((0, 0, -1), (0, 0, 1), (-1, 1, 0)),
((0, -1, 0), (-1, 0, 1), (0, 1, 0))]
Expand Down

0 comments on commit 92ed79b

Please sign in to comment.