1ERROF(3NCARG) NCAR GRAPHICS ERROF(3NCARG)
2
3
4
6 ERROF - Turns off the internal error flag of SETER.
7
9 CALL ERROF
10
12 #include <ncarg/ncargC.h>
13
14 void c_errof()
15
17 The FORTRAN statement "CALL ERROF" turns off (zeroes) SETER's internal
18 error flag.
19
20 ERROF has no arguments.
21
23 The C-binding argument descriptions are the same as the FORTRAN
24 argument descriptions.
25
27 Use the ncargex command to see the following relevant examples: tseter,
28 arex02.
29
31 To use ERROF or c_errof, load the NCAR Graphics libraries ncarg,
32 ncarg_gks, and ncarg_c, preferably in that order.
33
35 Online: entsr, eprin, error_handling, fdum, icfell, icloem, nerro,
36 retsr, semess, seter, ncarg_cbind
37
39 Copyright (C) 1987-2007
40 University Corporation for Atmospheric Research
41
42 This documentation is free software; you can redistribute it and/or
43 modify it under the terms of the GNU General Public License as
44 published by the Free Software Foundation; either version 2 of the
45 License, or (at your option) any later version.
46
47 This software is distributed in the hope that it will be useful, but
48 WITHOUT ANY WARRANTY; without even the implied warranty of
49 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
50 General Public License for more details.
51
52 You should have received a copy of the GNU General Public License along
53 with this software; if not, write to the Free Software Foundation,
54 Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
55
56
57
58UNIX March 1994 ERROF(3NCARG)