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