1NERRO(3NCARG) NCAR GRAPHICS NERRO(3NCARG)
2
3
4
6 NERRO - Referenced by a user to obtain the current value of the
7 internal error flag of SETER.
8
10 NERR=NERRO(NERRF)
11
13 #include <ncarg/ncargC.h>
14
15 c_nerro(int *nerrf)
16
18 The FORTRAN expression "NERRO(NERRF)" has the value of the internal
19 error flag of SETER. If its value is non-zero, this indicates that a
20 prior recoverable error occurred and has not yet been cleared. The
21 argument NERRF is given the same value as the function reference; this
22 is useful in some situations.
23
24 The argument of NERRO is as follows:
25
26
27 NERRF (an output variable of type INTEGER) - Receives the same
28 value that is returned as the value of the function itself.
29
31 The C-binding argument descriptions are the same as the FORTRAN
32 argument descriptions.
33
35 Use the ncargex command to see the following relevant examples: tseter,
36 arex02.
37
39 To use nerro or c_nerro, load the NCAR Graphics libraries ncarg,
40 ncarg_gks, and ncarg_c, preferably in that order.
41
43 Online: entsr, eprin, errof, error_handling, fdum, icfell, icloem,
44 retsr, semess, seter, ncarg_cbind
45
47 Copyright (C) 1987-2009
48 University Corporation for Atmospheric Research
49 The use of this Software is governed by a License Agreement.
50
51
52
53UNIX March 1994 NERRO(3NCARG)