mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 05:35:49 -04:00
Merge pull request #524 from wbinventor/hotfix-mgxs-keff
Hotfix for keff in MGXS Library
This commit is contained in:
commit
b671b1a299
1 changed files with 1 additions and 1 deletions
|
|
@ -373,7 +373,7 @@ class Library(object):
|
|||
self._sp_filename = statepoint._f.filename
|
||||
self._openmc_geometry = statepoint.summary.openmc_geometry
|
||||
|
||||
if statepoint.run_mode == 'k-effective':
|
||||
if statepoint.run_mode == 'k-eigenvalue':
|
||||
self._keff = statepoint.k_combined[0]
|
||||
|
||||
# Load tallies for each MGXS for each domain and mgxs type
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue