Skip to content

Commit

Permalink
fixed typo in CF4Integrator docstring (openmc-dev#2704)
Browse files Browse the repository at this point in the history
  • Loading branch information
eepeterson authored and stchaker committed Oct 25, 2023
1 parent e3982fa commit 31522a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openmc/deplete/integrators.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 31522a8

Please sign in to comment.