diff --git a/fortran/fourthfree b/fortran/fourthfree index 78b1f22..51798dd 100755 Binary files a/fortran/fourthfree and b/fortran/fourthfree differ diff --git a/fortran/fourthfree.f90 b/fortran/fourthfree.f90 index 204a3b5..600ec78 100644 --- a/fortran/fourthfree.f90 +++ b/fortran/fourthfree.f90 @@ -2,7 +2,7 @@ program test implicit none 1 format(1i10) - integer (kind = 8), parameter :: base = 2, chunk = 1000000000 + integer (kind = 8), parameter :: base = 2, chunk = 1000000 double precision :: S integer (kind = 8) :: i, len