We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 696f865 commit 797e8e6Copy full SHA for 797e8e6
example/real-forward-transform.f90
@@ -38,7 +38,7 @@ program forward_transform_of_real_function
38
print complex_format, "f_hat = ", f_hat
39
print real_format, "f_round_trip = ",f_round_trip
40
41
- call assert(any(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")
42
43
contains
44
0 commit comments