mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 05:35:49 -04:00
Fixed typo from last pull request
Very sorry for missing this in my last PR. Since there isn't a test for create_mg_mode with these delayed mgxs types, it's not super easy to catch these errors.
This commit is contained in:
parent
efc6f5a214
commit
7dc641bb88
1 changed files with 1 additions and 1 deletions
|
|
@ -1096,7 +1096,7 @@ class Library:
|
|||
|
||||
if 'decay-rate' in self.mgxs_types:
|
||||
mymgxs = self.get_mgxs(domain, 'decay-rate')
|
||||
xsdata.set_decay_rate_mgxs(mymgxs, xs_types=xs_type, nuclide=[nuclide],
|
||||
xsdata.set_decay_rate_mgxs(mymgxs, xs_type=xs_type, nuclide=[nuclide],
|
||||
subdomain=subdomain)
|
||||
|
||||
# If multiplicity matrix is available, prefer that
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue