From 4e5d9bf5963fb8a857057fdacb16af7a5e0ecce1 Mon Sep 17 00:00:00 2001 From: Jonathan Shimwell Date: Mon, 26 Sep 2022 16:17:48 +0100 Subject: [PATCH] fixed typo --- openmc/mesh.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openmc/mesh.py b/openmc/mesh.py index a64a2f8dd..0dc390ebe 100644 --- a/openmc/mesh.py +++ b/openmc/mesh.py @@ -1154,7 +1154,7 @@ class CylindricalMesh(StructuredMesh): domain : {openmc.Cell, openmc.Region, openmc.Universe, openmc.Geometry} The object passed in will be used as a template for this mesh. The bounding box of the property of the object passed will be used to - set the The r_grid, z_grid ranges. + set the r_grid, z_grid ranges. dimension : Iterable of int The number of equally spaced mesh cells in each direction (r_grid, phi_grid, z_grid)