Update openmc/mesh.py

Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
Rémi Delaporte-Mathurin 2023-01-28 08:50:39 -05:00 committed by GitHub
parent c84336878b
commit 198b5bdad4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -434,7 +434,7 @@ class RegularMesh(StructuredMesh):
self._lower_left = lower_left
if self.upper_right is not None and any(np.isclose(self.upper_right, lower_left)):
raise ValueError("mesh cannot have zero thickness is any dimension")
raise ValueError("Mesh cannot have zero thickness in any dimension")
@upper_right.setter
def upper_right(self, upper_right):