From be97beb1c44ed4f46c175454a940a4e15a80f696 Mon Sep 17 00:00:00 2001 From: yardasol Date: Tue, 26 Apr 2022 13:41:50 -0500 Subject: [PATCH] make description of 'first basis axis' consistent' --- openmc/model/surface_composite.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openmc/model/surface_composite.py b/openmc/model/surface_composite.py index 3b4a1f42f3..9a44d19550 100644 --- a/openmc/model/surface_composite.py +++ b/openmc/model/surface_composite.py @@ -74,7 +74,7 @@ class CylinderSector(CompositeSurface): that 0 and less than 360. alpha : float Angular offset, :math:`\\alpha`, of the clockwise-most side of the sector in degrees - relative to the primary basis axis (+y, +z, or +x). + relative to the first basis axis (+y, +z, or +x). axis : {'x', 'y', 'z'} Central axis of the cylinders defining the inner and outer surfaces of the sector. Defaults to 'z'.