init_da_real Subroutine

public subroutine init_da_real(me, length)

initialization of a dynamic array

before a dynamic array can be used, it has to be initialized with this routine. the initial length provided here, can avoid reallocations and memory copying, if approximated correctly enough. if none is specified, the provided container initially will be of size 0.

Arguments

TypeIntentOptionalAttributesName
type(dyn_realarray_type), intent(out) :: me
integer, intent(in), optional :: length

Called by

proc~~init_da_real~~CalledByGraph proc~init_da_real init_da_real interface~init~19 init interface~init~19->proc~init_da_real

Contents

None