Skip to content

Commit

Permalink
update hval
Browse files Browse the repository at this point in the history
  • Loading branch information
bbakernoaa committed Apr 20, 2020
1 parent c7b81f3 commit 05a12d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytspack/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from numpy import array, zeros


def hval(xp, x, y, sigma):
def hval(xp, x, y, yp, sigma):
"""Function which evaluates a Hermite interpolatory ten-
sion spline at a specified point.
Expand Down

0 comments on commit 05a12d5

Please sign in to comment.