Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bam241 committed Dec 11, 2024
1 parent e079784 commit 6f3b216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mcnp/mcnp_funcs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ void write_cell_cards(std::ostringstream& lcadfile,
if (DMD->to_lower(mat_num) !=
DMD->to_lower(DMD->graveyard_mat_str()) &&
DMD->to_lower(mat_num) !=
DMD->to_lower(DMD->vacuum_mat_str())) {
DMD->to_lower(DMD->vacuum_mat_str()) {
if (!DMD->try_to_make_int(mat_num)) {
std::cerr << "Failed to cast material number to an integer"
<< std::endl;
Expand Down

0 comments on commit 6f3b216

Please sign in to comment.