next up previous contents
Next: ADI_ERASE Up: Creating and Destroying Previous: ADI_NEW1

ADI_NEWN

  Interface

    adi_newn( type, ndim, dims, id, status )
    adi_newn<t>( ndim, dims, id, status )

     >character*(*)      type                  ; the type or class name
     >integer            ndim                  ; number of dimensions
     >integer            dims(*)               ; number of elements
     <integer            id                    ; the new object identifier

  Description

    Allocate space for a n-D array of objects of the specified class or 
    type. This routine can create a new primitive or a new class instance
    array. The routines with the standard single letter HDS type codes
    appended create primitives of the indicated type.

  Errors

    ADI__INVTYP          Unknown ADI type or class name



Web Master
Wed Oct 8 09:22:23 BST 1997