Skip to content

Commit

Permalink
chore(example): uncomment the result verification
Browse files Browse the repository at this point in the history
  • Loading branch information
rouson committed Aug 11, 2024
1 parent 023d7a5 commit a420183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/complex_transforms.f90
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ program complex_transforms
print complex_format, "fft_f = ", fft_f
print complex_format, "f_round_trip = ",f_round_trip

!call assert(all(abs(f_round_trip - f) < tolerance), "inverse of forward FFT must yield the original function")
call assert(all(abs(f_round_trip - f) < tolerance), "inverse of forward FFT must yield the original function")

contains

Expand Down

0 comments on commit a420183

Please sign in to comment.