GNU Octave 10.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 
Loading...
Searching...
No Matches
xgetf.f
Go to the documentation of this file.
1*DECK XGETF
2 SUBROUTINE xgetf (KONTRL)
3C***BEGIN PROLOGUE XGETF
4C***PURPOSE Return the current value of the error control flag.
5C***LIBRARY SLATEC (XERROR)
6C***CATEGORY R3C
7C***TYPE ALL (XGETF-A)
8C***KEYWORDS ERROR, XERROR
9C***AUTHOR Jones, R. E., (SNLA)
10C***DESCRIPTION
11C
12C Abstract
13C XGETF returns the current value of the error control flag
14C in KONTRL. See subroutine XSETF for flag value meanings.
15C (KONTRL is an output parameter only.)
16C
17C***REFERENCES R. E. Jones and D. K. Kahaner, XERROR, the SLATEC
18C Error-handling Package, SAND82-0800, Sandia
19C Laboratories, 1982.
20C***ROUTINES CALLED J4SAVE
21C***REVISION HISTORY (YYMMDD)
22C 790801 DATE WRITTEN
23C 861211 REVISION DATE from Version 3.2
24C 891214 Prologue converted to Version 4.0 format. (BAB)
25C 920501 Reformatted the REFERENCES section. (WRB)
26C***END PROLOGUE XGETF
27C***FIRST EXECUTABLE STATEMENT XGETF
28 kontrl = j4save(2,0,.false.)
29 RETURN
30 END
function j4save(iwhich, ivalue, iset)
Definition j4save.f:3
subroutine xgetf(kontrl)
Definition xgetf.f:3