Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Write out a full output frame just prior to failing the run on the ma…
Browse files Browse the repository at this point in the history
…ss loss exception.
  • Loading branch information
daminton committed Aug 30, 2021
1 parent 5e13952 commit 5ee0f72
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/io/io.f90
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ module subroutine io_conservation_report(self, param, lterminal)
write(*,*) 'Mass loss! Halting!'
call pl%xv2el(cb)
call param%nciu%open(param)
call self%write_hdr(param%nciu, param)
call cb%write_frame(param%nciu, param)
call pl%write_frame(param%nciu, param)
call param%nciu%close(param)
call util_exit(FAILURE)
Expand Down

0 comments on commit 5ee0f72

Please sign in to comment.