From a51d31ec78d6c9bebb99fb7b92a68ab145da56fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Delaporte-Mathurin?= <40028739+RemDelaporteMathurin@users.noreply.github.com> Date: Sat, 28 Jan 2023 08:50:45 -0500 Subject: [PATCH] Update openmc/mesh.py Co-authored-by: Paul Romano --- openmc/mesh.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openmc/mesh.py b/openmc/mesh.py index 84350afd3..dda7257f4 100644 --- a/openmc/mesh.py +++ b/openmc/mesh.py @@ -447,7 +447,7 @@ class RegularMesh(StructuredMesh): warnings.warn("Unsetting width attribute.") if self.lower_left is not None and any(np.isclose(self.lower_left, upper_right)): - raise ValueError("mesh cannot have zero thickness is any dimension") + raise ValueError("Mesh cannot have zero thickness in any dimension") @width.setter def width(self, width):