Skip to content

Commit

Permalink
Merge pull request #59 from fmalatino/fix/mysign
Browse files Browse the repository at this point in the history
Reverting changes to use of mysign in corners.py
  • Loading branch information
fmalatino authored Jun 28, 2024
2 parents d6f39c1 + 118b029 commit 9afe641
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ndsl/stencils/corners.py
Original file line number Diff line number Diff line change
Expand Up @@ -989,6 +989,7 @@ def fill_corners_dgrid_defn(
x_out: FloatField,
y_in: FloatField,
y_out: FloatField,
mysign: float,
):
"""
Args:
Expand All @@ -997,7 +998,7 @@ def fill_corners_dgrid_defn(
y_in (in):
y_out (inout):
"""
from __externals__ import i_end, i_start, j_end, j_start, mysign
from __externals__ import i_end, i_start, j_end, j_start

with computation(PARALLEL), interval(...):
# sw corner
Expand Down

0 comments on commit 9afe641

Please sign in to comment.