Skip to content

Commit

Permalink
Merge pull request #2405 from andrew-platt/b/map_sumfile
Browse files Browse the repository at this point in the history
[BugFix] remove extra summary file write from MAP++
  • Loading branch information
andrew-platt authored Sep 5, 2024
2 parents 65a4465 + e1e5d86 commit b120ca9
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 b120ca9

Please sign in to comment.