Skip to content

Commit

Permalink
Update slam_timer.f90
Browse files Browse the repository at this point in the history
i in subroutine startTimer hasn't been initialized
  • Loading branch information
manschub authored Jan 8, 2025
1 parent dbcecc7 commit 3607b11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/astro/slam_timer.f90
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ module slam_timer
subroutine startTimer(id)

integer, intent(out) :: id
integer :: i

!** find available timer
do i = 1, size(timerData)
Expand Down

0 comments on commit 3607b11

Please sign in to comment.