diff --git a/modules/map/src/mapinit.c b/modules/map/src/mapinit.c index b3a29f0191..feb867ad68 100644 --- a/modules/map/src/mapinit.c +++ b/modules/map/src/mapinit.c @@ -2681,7 +2681,6 @@ void log_initialization_information(MAP_InitInputType_t* init_type, MAP_Paramete success = write_summary_file(init_data, p_type, domain, map_msg, ierr); CHECKERRQ(MAP_FATAL_37); } - success = write_summary_file(init_data, p_type, domain, map_msg, ierr); CHECKERRQ(MAP_FATAL_37); success = get_iteration_output_stream(y_type, other_type, map_msg, ierr); // @todo CHECKERRQ() MAP_END_ERROR_LOG; };