We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 134df59 commit c223906Copy full SHA for c223906
1 file changed
test_fms/horiz_interp/test_horiz_interp.F90
@@ -123,9 +123,9 @@ subroutine test_horiz_interp_spherical
123
real(HI_TEST_KIND_) :: tolerance
124
125
if(HI_TEST_KIND_ == r8_kind) then
126
- tolerance = 1.0e-10_r8_kind
+ tolerance = 1.0e-10_lkind
127
else
128
- tolerance = 1.0e-5_r4_kind
+ tolerance = 1.0e-5_lkind
129
endif
130
131
! set up longitude and latitude of source/destination grid.
0 commit comments