diff --git a/openmc/surface.py b/openmc/surface.py index 2996897a4f..b8ea5479d5 100644 --- a/openmc/surface.py +++ b/openmc/surface.py @@ -1240,7 +1240,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