mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Forgot a file! This src file had an instance of "decay rate". Changed to "decay-rate"
This commit is contained in:
parent
327bca1b6c
commit
1c818a0d49
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ XsData::from_hdf5(hid_t xsdata_grp, bool fissionable, AngleDistributionType scat
|
|||
fission_from_hdf5(xsdata_grp, n_ang, is_isotropic);
|
||||
}
|
||||
// Get the non-fission-specific data
|
||||
read_nd_vector(xsdata_grp, "decay rate", decay_rate);
|
||||
read_nd_vector(xsdata_grp, "decay-rate", decay_rate);
|
||||
read_nd_vector(xsdata_grp, "absorption", absorption, true);
|
||||
read_nd_vector(xsdata_grp, "inverse-velocity", inverse_velocity);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue