NAME

cxDataErrorMsgGet - return a character string describing a particular memory error

C SPECIFICATION

#include <cx/DataOps.h>

cxstring *cxDataErrorMsgGet( cxDataCheckError error )

FORTRAN SPECIFICATION

subroutine cxDataErrorMsgGet(error, msg)
integer error
character*(*) msg

PARAMETERS

error
Enumerated error identifier.

FUNCTION RETURN VALUE

The returned value is the error message associated with error. In Fortran, the message is returned in the second argument, msg.

DESCRIPTION

cxDataErrorMsgGet returns a string that describes the error detected by the data checking routines. This string is of marginal use, since it is already included in the cxDataCheckErrorInfo structure returned by all of the checking routines.
Last modified: Mon Nov 18 13:47:57 GMT 1996
[ Documentation Home ]
© The Numerical Algorithms Group Ltd, Oxford UK. 1996