Skip to content

Commit 43944ce

Browse files
committed
Update test_specialfunctions_gamma.fypp
1 parent 0ba3155 commit 43944ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/specialfunctions/test_specialfunctions_gamma.fypp

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module test_specialfunctions_gamma
2020
public :: collect_specialfunctions_gamma
2121

2222
#:for k1, t1 in REAL_KINDS_TYPES
23-
${t1}$, parameter :: tol_${k1}$ = 1000 * epsilon(1.0_${k1}$)
23+
${t1}$, parameter :: tol_${k1}$ = sqrt(epsilon(1.0_${k1}$))
2424
#:endfor
2525

2626
contains

0 commit comments

Comments
 (0)