mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 21:25:36 -04:00
NCrystal cfgstr printout now mentions material ID
This commit is contained in:
parent
f2e807e942
commit
aca4fcb42b
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ Material::Material(pugi::xml_node node)
|
|||
#ifdef NCRYSTAL
|
||||
if (check_for_node(node, "cfg")) {
|
||||
ncrystal_cfg_ = get_node_value(node, "cfg");
|
||||
write_message(5, "NCrystal config string: '{}'", ncrystal_cfg_);
|
||||
write_message(5, "NCrystal config string for material #{}: '{}'", this->id(), ncrystal_cfg_);
|
||||
ncrystal_mat_ = NCrystal::FactImpl::createScatter(ncrystal_cfg_);
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue