Skip to content

Commit c223906

Browse files
rem1776rem1776
authored andcommitted
fix kind name in constant
1 parent 134df59 commit c223906

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test_fms/horiz_interp/test_horiz_interp.F90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,9 @@ subroutine test_horiz_interp_spherical
123123
real(HI_TEST_KIND_) :: tolerance
124124

125125
if(HI_TEST_KIND_ == r8_kind) then
126-
tolerance = 1.0e-10_r8_kind
126+
tolerance = 1.0e-10_lkind
127127
else
128-
tolerance = 1.0e-5_r4_kind
128+
tolerance = 1.0e-5_lkind
129129
endif
130130

131131
! set up longitude and latitude of source/destination grid.

0 commit comments

Comments
 (0)