File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ contains
22
22
end subroutine collect_string_to_number
23
23
24
24
#:for k1, t1 in REAL_KINDS_TYPES
25
- #:if k1 != "xdp"
26
25
subroutine test_to_${k1}$(error)
27
26
type(error_type), allocatable, intent(out) :: error
28
27
integer, parameter :: wp = ${k1}$
@@ -115,6 +114,8 @@ contains
115
114
if(abs(rel_err) > 0.0_wp) then
116
115
#:elif k1 == "dp"
117
116
if(abs(rel_err) > epsilon(0.0_wp)) then
117
+ #:elif k1 == "xdp"
118
+ if(abs(rel_err) > 200*epsilon(0.0_wp)) then
118
119
#:elif k1 == "qp"
119
120
if(abs(rel_err) > 200*epsilon(0.0_wp)) then
120
121
#:endif
@@ -126,8 +127,7 @@ contains
126
127
end if
127
128
end function
128
129
end subroutine
129
-
130
- #:endif
130
+
131
131
#:endfor
132
132
133
133
end module test_string_to_number
You can’t perform that action at this time.
0 commit comments