mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 05:35:49 -04:00
Fixed bug with old reference to k-eigenvalue mode in MGXS Library
This commit is contained in:
parent
fa7688e6b0
commit
1080213912
1 changed files with 1 additions and 1 deletions
|
|
@ -586,7 +586,7 @@ class Library(object):
|
|||
self._geometry = statepoint.summary.geometry
|
||||
self._nuclides = statepoint.summary.nuclides
|
||||
|
||||
if statepoint.run_mode == 'k-eigenvalue':
|
||||
if statepoint.run_mode == '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