build_instance Subroutine

public subroutine build_instance(code, message, instance_index)

Build an instance

Arguments

TypeIntentOptionalAttributesName
integer, intent(in) :: code

Error code

character(len=*), intent(in), optional :: message

Use NO_ERROR_CODE if there is no error Error message

integer, intent(out) :: instance_index

Instance index of the built instance


Calls

proc~~build_instance~~CallsGraph proc~build_instance build_instance proc~build_instance~2 build_instance proc~build_instance->proc~build_instance~2 proc~ensure_instance_array_size_is_at_least ensure_instance_array_size_is_at_least proc~build_instance~2->proc~ensure_instance_array_size_is_at_least proc~get_available_instance_index get_available_instance_index proc~build_instance~2->proc~get_available_instance_index

Contents

None