mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 05:05:30 -04:00
Missing underscore
This commit is contained in:
parent
5f1f37bd76
commit
c253a0e6f8
1 changed files with 1 additions and 1 deletions
|
|
@ -717,7 +717,7 @@ class CMFDRun(object):
|
|||
CMFDRun class is properly initialized/finalized. For example::
|
||||
|
||||
from openmc import cmfd
|
||||
cmfdrun = cmfd.CMFDRun()
|
||||
cmfd_run = cmfd.CMFDRun()
|
||||
with cmfd_run.run_in_memory():
|
||||
do_stuff_before_simulation_start()
|
||||
for _ in cmfd_run.iter_batches():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue