Skip to content

Commit

Permalink
test works for gl and gll
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrubeck committed Oct 13, 2023
1 parent 2ad5995 commit c08dd7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FIAT/recursive_points.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def recursive(alpha, family):
if xn is None:
return b
if d == 2:
b[:] = xn[[alpha[0], alpha[1]]]
b[:] = xn[alpha]
return b
weight = 0.0
for i in range(d):
Expand Down

0 comments on commit c08dd7c

Please sign in to comment.