From 26334fa1fc70f0a3083c94285296c2b3032b375e Mon Sep 17 00:00:00 2001 From: zhi Date: Thu, 21 Nov 2024 17:22:39 -0500 Subject: [PATCH] comment --- pyro/mesh/patch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyro/mesh/patch.py b/pyro/mesh/patch.py index 0d7aa4b6e..a79a5ecde 100644 --- a/pyro/mesh/patch.py +++ b/pyro/mesh/patch.py @@ -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)