From 88c2ff9198b1ba2671ad614278170f433dd7480f Mon Sep 17 00:00:00 2001 From: Jonathan Shimwell Date: Fri, 9 Sep 2022 16:48:05 +0100 Subject: [PATCH] [skip ci] one too many domains --- openmc/mesh.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openmc/mesh.py b/openmc/mesh.py index 6fefb7b4c3..a4c50a6084 100644 --- a/openmc/mesh.py +++ b/openmc/mesh.py @@ -525,7 +525,7 @@ class RegularMesh(StructuredMesh): ---------- domain : {openmc.Cell, openmc.Region, openmc.Universe, openmc.Geometry} The object passed in will be used as a template for this mesh. The - domain of the property of the object passed will be used to + bounding box of the property of the object passed will be used to set the lower_left and upper_right of the mesh instance dimension : Iterable of int The number of mesh cells in each direction.