mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
Fix documentation typo in Cylinder.from_points. Closes #2459
This commit is contained in:
parent
55d74c52dd
commit
69f1ef43f9
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue