Skip to content

Commit

Permalink
one vacuum mat was not set using vacuum_mat_str method
Browse files Browse the repository at this point in the history
  • Loading branch information
bam241 committed Dec 16, 2024
1 parent e850f99 commit 7048bdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dagmc/dagmcmetadata.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ void dagmcMetaData::parse_material_data() {
else if (DAG->is_implicit_complement(eh)) {
if (implicit_complement_material == "") {
logger.message("Implicit Complement assumed to be Vacuum");
volume_material_property_data_eh[eh] = "mat:Vacuum";
volume_material_property_data_eh[eh] = vacuum_mat_str();
volume_material_data_eh[eh] = vacuum_str();
} else {
volume_material_property_data_eh[eh] =
Expand Down

0 comments on commit 7048bdb

Please sign in to comment.