diff --git a/src/utils/openmc/cmfd.py b/src/utils/openmc/cmfd.py index 6e7eb162a8..8e22222157 100644 --- a/src/utils/openmc/cmfd.py +++ b/src/utils/openmc/cmfd.py @@ -514,8 +514,8 @@ class CMFDFile(object): self._norm = norm - @snes_monitor.setter - def snum_flushes(self, num_flushes): + @num_flushes.setter + def num_flushes(self, num_flushes): if not is_integer(num_flushes): msg = 'Unable to set the CMFD number of flushes to {0} ' \