mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
remove unused index argumnet in restart method to comply with latest develop branch
This commit is contained in:
parent
49191d4da3
commit
ee13d16d7d
1 changed files with 1 additions and 1 deletions
|
|
@ -848,7 +848,7 @@ class Integrator(ABC):
|
|||
root = None
|
||||
n, res = self._get_bos_data_from_operator(i, source_rate, n)
|
||||
else:
|
||||
n, res = self._get_bos_data_from_restart(i, source_rate, n)
|
||||
n, res = self._get_bos_data_from_restart(source_rate, n)
|
||||
if self._reactivity_control:
|
||||
root = self.operator.prev_res[-1].reac_cont
|
||||
else:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue