diff --git a/openmc/cmfd.py b/openmc/cmfd.py index 26f12f8db..700d1c0bd 100644 --- a/openmc/cmfd.py +++ b/openmc/cmfd.py @@ -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():