json_file_get_integer_vec Subroutine

private subroutine json_file_get_integer_vec(this, path, vec)

Arguments

Type IntentOptional AttributesName
class(input_json), intent(inout) :: this
character(len=*), intent(in) :: path
integer, intent(out), dimension(:), allocatable:: vec

Contents

None