diff options
-rw-r--r-- | src/fourier.f90 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fourier.f90 b/src/fourier.f90 index 6766195..76f6224 100644 --- a/src/fourier.f90 +++ b/src/fourier.f90 @@ -8,7 +8,7 @@ PROGRAM test real(kind=8), parameter :: pi = acos(-1.0) ! also used from f1() ! rest of variables only used from "main" program code - integer, parameter :: npoints = 65536, ncomplex = npoints / 2 + 1 + integer, parameter :: npoints = 8192, ncomplex = npoints / 2 + 1 real(kind=8), parameter :: start = 0, end = 1 integer :: i real(kind=8) :: t, & |