1FDUM(3NCARG) NCAR GRAPHICS FDUM(3NCARG)
2
3
4
6 FDUM - A routine called when fatal errors occur.
7
9 CALL FDUM
10
12 This routine is not intended to be called by the user. It is called by
13 SETER when a fatal error is being processed and a STOP is about to be
14 executed. The default version of FDUM does nothing. A user-supplied
15 replacement version may take some other (system-dependent or program-
16 dependent) action which would be helpful in diagnosing what may have
17 caused the error to occur.
18
19 FDUM has no arguments.
20
22 Use the ncargex command to see the following relevant examples: tseter,
23 arex02.
24
26 To use FDUM, load the NCAR Graphics libraries ncarg, ncarg_gks, and
27 ncarg_c, preferably in that order.
28
30 Online: entsr, eprin, errof, error_handling, icfell, icloem, nerro,
31 retsr, semess, seter, ncarg_cbind
32
34 Copyright (C) 1987-2009
35 University Corporation for Atmospheric Research
36 The use of this Software is governed by a License Agreement.
37
38
39
40UNIX March 1994 FDUM(3NCARG)