mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Update openmc/mesh.py
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
parent
c84336878b
commit
198b5bdad4
1 changed files with 1 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue