Skip to content

Commit 0a5fc8b

Browse files
committed
fixed char missmatch.
1 parent 627491f commit 0a5fc8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/jf_test_2.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ subroutine test_2(error_cnt)
2828
type(json_value),pointer :: p, inp, traj, p_tmp, p_integer_array, p_clone
2929

3030
integer :: iunit
31-
character(len=:),allocatable :: name
31+
character(kind=CK,len=:),allocatable :: name
3232
integer :: ival,ival_clone
3333
logical :: found
3434

0 commit comments

Comments
 (0)