loadNamedLogicals Interface

interface
public module subroutine loadNamedLogicals(this, vars)

Arguments

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

Values to load

Description

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