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

Commit

Permalink
Added io conservation report line for the beginning of a restart loop
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Oct 19, 2021
1 parent ef2af76 commit e7efb54
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/swiftest_driver.f90
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,9 @@ program swiftest_driver
!$ write(*,'(a)') ' OpenMP parameters:'
!$ write(*,'(a)') ' ------------------'
!$ write(*,'(a,i3,/)') ' Number of threads = ', nthreads
call integration_timer%reset()
write(*, *) " *************** Main Loop *************** "
if (param%lrestart .and. param%lenergy) call nbody_system%conservation_report(param, lterminal=.true.)
call integration_timer%reset()
do iloop = 1, nloops
!> Step the system forward in time
call integration_timer%start()
Expand Down

0 comments on commit e7efb54

Please sign in to comment.