From 69f1ef43f99df332751cbb5e8a53b1f7b731318f Mon Sep 17 00:00:00 2001 From: April Novak Date: Fri, 7 Apr 2023 10:28:04 +0200 Subject: [PATCH] Fix documentation typo in Cylinder.from_points. Closes #2459 --- openmc/surface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openmc/surface.py b/openmc/surface.py index b3bcebb11b..ad27ed9f6b 100644 --- a/openmc/surface.py +++ b/openmc/surface.py @@ -1241,7 +1241,7 @@ class Cylinder(QuadricMixin, Surface): Parameters ---------- p1, p2 : 3-tuples - Points that pass through the plane, p1 will be used as (x0, y0, z0) + Points that pass through the cylinder axis. r : float, optional Radius of the cylinder in [cm]. Defaults to 1. kwargs : dict