mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-25 20:45:35 -04:00
addressed smharper's comments
This commit is contained in:
parent
1f60a7fea6
commit
87aed7a0b0
6 changed files with 41 additions and 38 deletions
|
|
@ -30,8 +30,7 @@ sp = openmc.StatePoint(statepoint)
|
|||
geometry = sp.summary.geometry
|
||||
|
||||
# Close statepoint and summary files to be able to write over them
|
||||
sp.summary._f.close()
|
||||
sp._f.close()
|
||||
sp.exit()
|
||||
|
||||
# Load previous depletion results
|
||||
previous_results = openmc.deplete.ResultsList("depletion_results.h5")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue