aboutsummaryrefslogtreecommitdiff
path: root/src/fourier.f90
diff options
context:
space:
mode:
Diffstat (limited to 'src/fourier.f90')
-rw-r--r--src/fourier.f902
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, &