From 6f3b21659f61aed3bf369c57024b08633f14e589 Mon Sep 17 00:00:00 2001 From: Baptiste Mouginot Date: Wed, 11 Dec 2024 18:11:25 +0100 Subject: [PATCH] fix --- src/mcnp/mcnp_funcs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mcnp/mcnp_funcs.cpp b/src/mcnp/mcnp_funcs.cpp index 3a6393aa1..8035b9158 100644 --- a/src/mcnp/mcnp_funcs.cpp +++ b/src/mcnp/mcnp_funcs.cpp @@ -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;