Skip to content

Commit

Permalink
turning cout into a logged message
Browse files Browse the repository at this point in the history
  • Loading branch information
bam241 committed Dec 11, 2024
1 parent 26c673f commit cf805d6
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 @@ -209,7 +209,7 @@ void dagmcMetaData::parse_material_data() {

// set the material value
volume_material_property_data_eh[eh] = grp_name;
std::cout << "Group name -- " << grp_name << std::endl;
logger.message("Group name -- " + grp_name);
bool is_graveyard =
to_lower(grp_name) == to_lower(graveyard_mat_str());
bool is_vacuum =
Expand Down

0 comments on commit cf805d6

Please sign in to comment.