We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbecb52 commit 2258160Copy full SHA for 2258160
src/tests/quadrature/test_trapz.f90
@@ -77,7 +77,7 @@ subroutine test_trapz_dp
77
78
x = y**2
79
val = trapz(y, x)
80
- ans = 2728.0_sp
+ ans = 2728.0_dp
81
call check(abs(val - ans) < epsilon(ans))
82
end subroutine test_trapz_dp
83
0 commit comments