mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Merge pull request #2460 from aprilnovak/new_feature
Fix documentation typo in Cylinder.from_points.
This commit is contained in:
commit
4213656284
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue