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-2007
35 University Corporation for Atmospheric Research
36
37 This documentation is free software; you can redistribute it and/or
38 modify it under the terms of the GNU General Public License as
39 published by the Free Software Foundation; either version 2 of the
40 License, or (at your option) any later version.
41
42 This software is distributed in the hope that it will be useful, but
43 WITHOUT ANY WARRANTY; without even the implied warranty of
44 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
45 General Public License for more details.
46
47 You should have received a copy of the GNU General Public License along
48 with this software; if not, write to the Free Software Foundation,
49 Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
50
51
52
53UNIX March 1994 FDUM(3NCARG)