diff --git a/src/symba/symba_io.f90 b/src/symba/symba_io.f90 index 93c4556e5..34885acc3 100644 --- a/src/symba/symba_io.f90 +++ b/src/symba/symba_io.f90 @@ -387,9 +387,6 @@ module subroutine symba_io_stop_encounter(self, param, t) ! Internals !character(STRMAX) - ! Take the final snapshot - call self%snapshot(param, t) - ! Create and save the output file for this encounter write(self%encounter_history%nc%enc_file, '("encounter_",I0.6,".nc")') param%iloop call self%encounter_history%nc%initialize(param)