Description:
Export a C int array
to a FORTRAN LOGICAL array setting appropriate TRUE or FALSE values in the FORTRAN
array.
Invocation
cnfExpla( source_c, dest_f, ndims, dims)
Arguments
const int
source_c
(Given)
A pointer to the input C array
F77_LOGICAL_TYPE
dest_f (Returned
via pointer)
A pointer to the FORTRAN output array
int ndims (Given)
The number of dimensions in the arrays
const int dims
(Given)
A pointer to a 1-D array giving the dimensions of the arrays