GNU Octave 10.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 
Loading...
Searching...
No Matches
xerclr.f
Go to the documentation of this file.
1*DECK XERCLR
2 SUBROUTINE xerclr
3C***BEGIN PROLOGUE XERCLR
4C***PURPOSE Reset current error number to zero.
5C***LIBRARY SLATEC (XERROR)
6C***CATEGORY R3C
7C***TYPE ALL (XERCLR-A)
8C***KEYWORDS ERROR, XERROR
9C***AUTHOR Jones, R. E., (SNLA)
10C***DESCRIPTION
11C
12C Abstract
13C This routine simply resets the current error number to zero.
14C This may be necessary in order to determine that a certain
15C error has occurred again since the last time NUMXER was
16C referenced.
17C
18C***REFERENCES R. E. Jones and D. K. Kahaner, XERROR, the SLATEC
19C Error-handling Package, SAND82-0800, Sandia
20C Laboratories, 1982.
21C***ROUTINES CALLED J4SAVE
22C***REVISION HISTORY (YYMMDD)
23C 790801 DATE WRITTEN
24C 861211 REVISION DATE from Version 3.2
25C 891214 Prologue converted to Version 4.0 format. (BAB)
26C 920501 Reformatted the REFERENCES section. (WRB)
27C***END PROLOGUE XERCLR
28C***FIRST EXECUTABLE STATEMENT XERCLR
29 junk = j4save(1,0,.true.)
30 RETURN
31 END
function j4save(iwhich, ivalue, iset)
Definition j4save.f:3
subroutine xerclr
Definition xerclr.f:3