DYN_MAPW
Allocate a dynamic array of specified dimensions of type INTEGER*2
Invocation
     CALL DYN_MAPW( NDIM, DIMS, PTR, STATUS )
Description
Allocate a dynamic array of specified dimensions of type INTEGER*2.
The supplied dimensions are checked and then the internal allocation
routine invoked.
Arguments
- 
NDIM = INTEGER (given)
 Dimensionality of required dynamic array
- 
DIMS[] = INTEGER (given)
 Dimensions of the required dynamic array
- 
PTR = INTEGER (returned)
 Address of the newly allocated dynamic memory section
- 
STATUS = INTEGER (given and returned)
 The global status.
References
