Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
zhichen3 committed Nov 21, 2024
1 parent 6fad483 commit 26334fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyro/mesh/patch.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ def __init__(self, nx, ny, *, ng=1,

self.Ay = self.Lx

# Spatial derivative of log(area). It's zero
# Spatial derivative of log(area). It's zero for Cartesian

self.dlogAx = np.zeros_like(self.Ax)
self.dlogAy = np.zeros_like(self.Ay)
Expand Down

0 comments on commit 26334fa

Please sign in to comment.