Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
landmanbester committed Feb 5, 2024
1 parent f069e7a commit f3639bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pfb/utils/stokes.py
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ def vfunc(gp, gq, W, V):
gq00, gq11,
W00, W01, W10, W11,
V00, V01, V10, V11)
elif nc==litearl('2'):
elif nc==literal('2'):
@njit(nogil=True, fastmath=True, inline='always')
def wfunc(gp, gq, W):
gp00 = gp[0]
Expand Down

0 comments on commit f3639bd

Please sign in to comment.