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

FDUM - A routine called when fatal errors occur.

Access

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

Description

       This routine is not intended to be called by the user.  It is called by SETER when a fatal error is being
       processed and a STOP is about to be executed.  The default version of FDUM does nothing.  A user-supplied
       replacement version may take some other (system-dependent or program-dependent) action which would be
       helpful in diagnosing what may have caused the error to occur.

       FDUM has no arguments.

Examples

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

Name

       FDUM - A routine called when fatal errors occur.

See Also

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

Synopsis

       CALL FDUM

See Also