Skip to content

Commit

Permalink
Fixed a bug: 'oldest' should be an integer
Browse files Browse the repository at this point in the history
  • Loading branch information
vmagnin committed Oct 30, 2021
1 parent 8929896 commit 53cb1df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/taptempo.f90
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ subroutine measure_tempo
real(wp) :: rate ! Number of clock ticks per second
integer :: i
real(wp), dimension(s) :: t ! Time FIFO stack
real(wp) :: oldest
integer :: oldest
character(len=25) :: fmt

! Format used for printing the tempo:
Expand Down

0 comments on commit 53cb1df

Please sign in to comment.