Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(structure_type), | intent(out) | :: | self | |||
type(arg_type), | intent(in) | :: | arg | |||
type(error_type), | intent(out), | allocatable | :: | error |
subroutine read_structure_from_arg(self, arg, error)
type(structure_type), intent(out) :: self
type(arg_type), intent(in) :: arg
type(error_type), allocatable, intent(out) :: error
call read_structure(self, arg%arg, error)
end subroutine read_structure_from_arg