mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Updated "run_in_memory" function in openmc/capi/core.py
to do "init(intracomm=intracomm)" instead of "init(intracomm)".
This commit is contained in:
parent
cd0e9667f4
commit
1594b560ea
1 changed files with 1 additions and 1 deletions
|
|
@ -305,7 +305,7 @@ def run_in_memory(intracomm=None):
|
|||
MPI intracommunicator
|
||||
|
||||
"""
|
||||
init(intracomm)
|
||||
init(intracomm=intracomm)
|
||||
try:
|
||||
yield
|
||||
finally:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue