Skip to content

Commit b4f0fcb

Browse files
committed
Merge branch 'gamma_no_qp' of https://github.com/perazz/stdlib into gamma_no_qp
2 parents 4ab2c81 + 1dd6053 commit b4f0fcb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/specialfunctions/test_specialfunctions_gamma.fypp

-2
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ contains
114114
#:endif
115115

116116
do i = 1, n
117-
118117
call check(error, log_factorial(x(i)), ans(i), "Integer kind " &
119118
//"${k1}$ failed", thr = tol_dp, rel = .true.)
120119

@@ -194,7 +193,6 @@ contains
194193
thr = tol_${k1}$, rel = .true.)
195194

196195
end do
197-
198196
#:endif
199197

200198
end subroutine test_gamma_${t1[0]}$${k1}$

0 commit comments

Comments
 (0)