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 627491f commit 0a5fc8bCopy full SHA for 0a5fc8b
src/tests/jf_test_2.f90
@@ -28,7 +28,7 @@ subroutine test_2(error_cnt)
28
type(json_value),pointer :: p, inp, traj, p_tmp, p_integer_array, p_clone
29
30
integer :: iunit
31
- character(len=:),allocatable :: name
+ character(kind=CK,len=:),allocatable :: name
32
integer :: ival,ival_clone
33
logical :: found
34
0 commit comments