loadNamedIntArrays Interface

interface
public module subroutine loadNamedIntArrays(this, vars)

Arguments

Type IntentOptional Attributes Name
class(JSONController), intent(inout) :: this
type(NamedIntegerArray), intent(inout), dimension(:) :: vars

Values to load

Description

Load named int arrays from currently open json file. If a variable isn't found, the passed value is not modified.