From 48dbf1a4c3a83bf7abd0722ab868f532abc6b5bd Mon Sep 17 00:00:00 2001 From: yardasol Date: Wed, 30 Mar 2022 16:18:12 -0500 Subject: [PATCH] fix axis spec in docstring for ZCone --- openmc/surface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openmc/surface.py b/openmc/surface.py index f2b496f72d..926b2fedcd 100644 --- a/openmc/surface.py +++ b/openmc/surface.py @@ -1968,7 +1968,7 @@ class YCone(QuadricMixin, Surface): class ZCone(QuadricMixin, Surface): - """A cone parallel to the x-axis of the form :math:`(x - x_0)^2 + (y - y_0)^2 = + """A cone parallel to the z-axis of the form :math:`(x - x_0)^2 + (y - y_0)^2 = r^2 (z - z_0)^2`. Parameters