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