Open tclune opened 2 years ago
Currently YAML_Node has getters for scalars:
YAML_Node
The Fortran use case for 2D arrays is common enough that it is probably worth adding an accessor for this.
Possibly add an interface to get non allocatable arrays. Would need a different method name though.
Possibly also add support to get() gFTL containers:
get()
Currently
YAML_Node
has getters for scalars:The Fortran use case for 2D arrays is common enough that it is probably worth adding an accessor for this.
Possibly add an interface to get non allocatable arrays. Would need a different method name though.
Possibly also add support to
get()
gFTL containers: