Expose Material::depletable in the CAPI (#2843)

Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
Patrick Shriwise 2024-01-17 14:46:37 -06:00 committed by GitHub
parent 4fa3fbcb19
commit 057c33a48e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 67 additions and 14 deletions

View file

@ -284,7 +284,7 @@ void mark_fissionable_mgxs_materials()
for (const auto& mat : model::materials) {
for (int i_nuc : mat->nuclide_) {
if (data::mg.nuclides_[i_nuc].fissionable) {
mat->fissionable_ = true;
mat->fissionable() = true;
}
}
}