Skip to content

Commit a59773f

Browse files
committed
chore(example): match file/program names
1 parent 1b93a0d commit a59773f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example/complex-transform.f90 renamed to example/complex_transforms.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
program round_trip_transform_of_complex_function
1+
program complex_transforms
22
!! This program invokes fftpack's fft function to compute the forward transform of a complex function
33
!! and the inverse transform of the result. An assertion verifies the expected result of the forward
44
!! transform according to the element layout described at [1]. A second assertion checks that the

example/real-transform.f90 renamed to example/real_transforms.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
program round_trip_transform_of_real_function
1+
program real_transforms
22
!! This program invokes fftpack's rrft function to compute the forward transform of a real function
33
!! and constructs the resulting complex Fourier coefficients by (re)organizing and normalizing the
44
!! rfft result according to array element layout described at [1]. The program also demonstrates

0 commit comments

Comments
 (0)