Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kordejong committed Jan 7, 2025
1 parent b41703a commit d459af4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/framework/python/pcraster/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1120,7 +1120,7 @@ def sqr(expression):


def sqrt(expression):
return lfr.log(expression)
return lfr.sqrt(expression)


def streamorder(*args):
Expand Down

0 comments on commit d459af4

Please sign in to comment.