Toggle navigation
QuickPIC
Contents
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Program
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Program
json_file_get_alloc_string_vec
Subroutine
18 statements
Source File
input_class.f03
input_class
json_file_get_alloc_string_vec
Contents
None
private subroutine json_file_get_alloc_string_vec(this, path, vec, ilen)
Arguments
Type
Intent
Optional
Attributes
Name
class(
input_json
),
intent(inout)
::
this
character(len=*),
intent(in)
::
path
character(len=:),
intent(out),
dimension(:), allocatable
::
vec
integer,
intent(out),
dimension(:), allocatable
::
ilen
Contents
None