Skip to content

Commit

Permalink
delete stray comment from test_fft.F90
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderRichert-NOAA authored Mar 12, 2024
1 parent 3c4b045 commit c3f2e45
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_fft.F90
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ program test_fft
! then check if frequency and DC component match the test signal.
subroutine test_fft_real_to_complex()
real(precision) :: amplitude, freq_hz, t, cosine, dt, sample_rate_hz, dc_component, df, f, magnitude
! real(real64) :: AFFT(50000+4*IMAX)
real(precision), allocatable :: w(:,:), g(:,:), afft(:)
integer :: i
complex :: dft
Expand Down

0 comments on commit c3f2e45

Please sign in to comment.