cnfCrela

Create a temporary FORTRAN LOGICAL array and return a pointer to it.

Description:

Memory is obtained for a FORTRAN LOGICAL array, of the specified dimensions and a pointer is returned which may be passed from C to a FORTRAN subroutine. The array is not initialised.

Invocation

string_f = cnfCrela( ndims, dims )

Arguments

int ndims (Given)
The number of dimensions of the FORTRAN array
const int dims (Given)
A 1-D array giving the dimensions of the FORTRAN array.

Returned Value

F77_LOGICAL_TYPE cnfCrefa
A pointer to the storage that has been allocated by this routine.

Notes: