Skip to content

Commit

Permalink
[BugFix] remove extra summary file write from MAP++
Browse files Browse the repository at this point in the history
See issue #2396

Co-authored-by: Jose Luis Cercos-Pita <lacigarracomunista@gmail.com>
  • Loading branch information
andrew-platt and sanguinariojoe committed Sep 5, 2024
1 parent c05b3ca commit e1e5d86
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/map/src/mapinit.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
Expand Down

0 comments on commit e1e5d86

Please sign in to comment.