Name
dmmptr — DMM offset start index
Description
dmmptr returns the offset start index in the DMM reference
address for a given DMM identifier.
Specification (Fortran77)
real*8 refad(*)
mcf_size offset
integer*4 ident
c
c get ident (i.e mcf_dmm_get_set, mcf_dmm_allocate, etc
c
offset=dmmptr(ident)
c
c refad(offset) contains the first element of array
c defined by ident.
Parameters
ident
DMM identifier for which offset is required
(input).