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-2009
40 University Corporation for Atmospheric Research
41 The use of this Software is governed by a License Agreement.
42
43
44
45UNIX March 1994 ERROF(3NCARG)