mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
fix axis spec in docstring for ZCone
This commit is contained in:
parent
f72dbe68e1
commit
48dbf1a4c3
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue