mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Clearly a typo: beta pointed to 'nu-fission' instead of 'beta'
Fixed so it now points to 'beta' I also noticed there seems to be no test to cover delayed mgxs library
This commit is contained in:
parent
f76c58f62e
commit
a2134ffa10
1 changed files with 1 additions and 1 deletions
|
|
@ -1090,7 +1090,7 @@ class Library:
|
|||
subdomain=subdomain)
|
||||
|
||||
if 'beta' in self.mgxs_types:
|
||||
mymgxs = self.get_mgxs(domain, 'nu-fission')
|
||||
mymgxs = self.get_mgxs(domain, 'beta')
|
||||
xsdata.set_beta_mgxs(mymgxs, xs_type=xs_type, nuclide=[nuclide],
|
||||
subdomain=subdomain)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue