mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 21:25:36 -04:00
fixed typo in CF4Integrator docstring (#2704)
This commit is contained in:
parent
7fdda4aa06
commit
f4183b0fe3
1 changed files with 1 additions and 1 deletions
|
|
@ -137,7 +137,7 @@ class CF4Integrator(Integrator):
|
|||
\mathbf{n}_{i+1} &= \exp \left ( \frac{\mathbf{A}_1}{4} + \frac{\mathbf{A}_2}{6}
|
||||
+ \frac{\mathbf{A}_3}{6} - \frac{\mathbf{A}_4}{12} \right )
|
||||
\exp \left ( -\frac{\mathbf{A}_1}{12} + \frac{\mathbf{A}_2}{6} +
|
||||
\frac{\mathbf{A}_3}{6} - \frac{\mathbf{A}_4}{4} \right ) \mathbf{n}_i.
|
||||
\frac{\mathbf{A}_3}{6} + \frac{\mathbf{A}_4}{4} \right ) \mathbf{n}_i.
|
||||
\end{aligned}
|
||||
"""
|
||||
_num_stages = 4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue