aboutsummaryrefslogtreecommitdiff
path: root/src/f1.f90
diff options
context:
space:
mode:
Diffstat (limited to 'src/f1.f90')
-rw-r--r--src/f1.f902
1 files changed, 1 insertions, 1 deletions
diff --git a/src/f1.f90 b/src/f1.f90
index e1e621e..7f07afa 100644
--- a/src/f1.f90
+++ b/src/f1.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 = 1024, ncomplex = npoints / 2 + 1
+ integer, parameter :: npoints = 65536, ncomplex = npoints / 2 + 1
real(kind=8), parameter :: start = 0, end = 1
integer :: i
real(kind=8) :: t, &