logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

NERRO - Referenced by a user to obtain the current value of the internal error flag of SETER.

Access

       To use nerro or c_nerro, load the NCAR Graphics libraries  ncarg, ncarg_gks, and ncarg_c,  preferably  in
       that order.

C-Binding Description

       The C-binding argument descriptions are the same as the FORTRAN argument descriptions.

C-Binding Synopsis

       #include <ncarg/ncargC.h>

       c_nerro(int *nerrf)

Description

       The FORTRAN expression "NERRO(NERRF)" has the value of the internal error flag of SETER.  If its value is
       non-zero, this indicates that a prior recoverable error occurred and has not yet been cleared.  The
       argument NERRF is given the same value as the function reference; this is useful in some situations.

       The argument of NERRO is as follows:

       NERRF       (an  output variable of type INTEGER) - Receives the same value that is returned as the value
                   of the function itself.

Examples

       Use the ncargex command to see the following relevant examples: tseter, arex02.

Name

       NERRO - Referenced by a user to obtain the current value of the internal error flag of SETER.

See Also

       Online: entsr, eprin, errof, error_handling, fdum, icfell, icloem, retsr, semess, seter, ncarg_cbind

Synopsis

       NERR=NERRO(NERRF)

See Also