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

Commit

Permalink
Added missing timer reset
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Oct 22, 2021
1 parent 5d9859d commit 5ce2655
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/encounter/encounter_check.f90
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,8 @@ subroutine encounter_check_all_sort_and_sweep_plplm(nplm, nplt, xplm, vplm, xplt
ntot_last = ntot
end if

call timer%reset()
call timer%start()
!$omp parallel do default(private) schedule(static) &
!$omp shared(xplm, xplt, vplm, vplt, rencm, renct, boundingbox) &
!$omp firstprivate(dt, nplm, nplt, ntot)
Expand Down

0 comments on commit 5ce2655

Please sign in to comment.