mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
fix a typo
This commit is contained in:
parent
4a44e6a21d
commit
df809d6191
1 changed files with 2 additions and 2 deletions
|
|
@ -94,7 +94,7 @@ class Zernike(Polynomial):
|
|||
r : float
|
||||
Position to be evaluated, normalized on radius [0,1]
|
||||
theta : float
|
||||
Polar angular position to be evaluated, normalized on :math:`[0, 2*\pi]`
|
||||
Azimuthal to be evaluated, normalized on :math:`[0, 2*\pi]`
|
||||
|
||||
Attributes
|
||||
----------
|
||||
|
|
@ -103,7 +103,7 @@ class Zernike(Polynomial):
|
|||
radius : float
|
||||
Domain of Zernike polynomials to be applied on. Default is 1.
|
||||
theta : float
|
||||
Polar angle of Zernike polynomial to be applied on. Default is 0.
|
||||
Azimuthal of Zernike polynomial to be applied on. Default is 0.
|
||||
norm_coef : iterable of float
|
||||
The list of coefficients of each term in the polynomials after
|
||||
normailization.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue