mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
add flux parameter to Integrator.__init__ signature
This commit is contained in:
parent
ef238b4a4f
commit
34598609b8
1 changed files with 1 additions and 1 deletions
|
|
@ -579,7 +579,7 @@ class Integrator(ABC):
|
|||
"""
|
||||
|
||||
def __init__(self, operator, timesteps, power=None, power_density=None,
|
||||
source_rates=None, timestep_units='s', solver="cram48"):
|
||||
flux=None, source_rates=None, timestep_units='s', solver="cram48"):
|
||||
# Check number of stages previously used
|
||||
if operator.prev_res is not None:
|
||||
res = operator.prev_res[-1]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue