Skip to content

Commit

Permalink
Merge pull request #69 from fmalatino/fix/x_in_x_out
Browse files Browse the repository at this point in the history
Non-ideal fix for unreachable scalar variables
  • Loading branch information
FlorianDeconinck authored Sep 9, 2024
2 parents 4bf1dbd + 7e1a16d commit 1773365
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ndsl/stencils/corners.py
Original file line number Diff line number Diff line change
Expand Up @@ -1003,6 +1003,7 @@ def fill_corners_dgrid_defn(
with computation(PARALLEL), interval(...):
# this line of code is used to fix the missing symbol crash due to the node visitor depth limitation
acoef = mysign
x_out = x_out
# sw corner
with horizontal(region[i_start - 1, j_start - 1]):
x_out = mysign * y_in[0, 1, 0]
Expand Down

0 comments on commit 1773365

Please sign in to comment.