From faa57afe12d864016424d526226483dc934b393d Mon Sep 17 00:00:00 2001 From: Kyle Mandli Date: Fri, 4 Oct 2024 19:14:54 -0600 Subject: [PATCH] Revert "Correctly use the floor instead of rounding to determine gauge cell index" --- src/pyclaw/geometry.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pyclaw/geometry.py b/src/pyclaw/geometry.py index 7ddb02d9..01c99d38 100644 --- a/src/pyclaw/geometry.py +++ b/src/pyclaw/geometry.py @@ -398,7 +398,7 @@ def add_gauges(self,gauge_coords): # Check if gauge belongs to this grid: if all(self.lower[n]<=gauge[n]