home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Geek Gadgets 1
/
ADE-1.bin
/
ade-dist
/
octave-1.1.1p1-src.tgz
/
tar.out
/
fsf
/
octave
/
libcruft
/
dassl
/
xerhlt.f
< prev
next >
Wrap
Text File
|
1996-09-28
|
1KB
|
38 lines
SUBROUTINE XERHLT (MESSG)
C***BEGIN PROLOGUE XERHLT
C***SUBSIDIARY
C***PURPOSE Abort program execution and print error message.
C***LIBRARY SLATEC (XERROR)
C***CATEGORY R3C
C***TYPE ALL (XERHLT-A)
C***KEYWORDS ERROR, XERROR
C***AUTHOR JONES, R. E., (SNLA)
C***DESCRIPTION
C
C Abstract
C ***Note*** machine dependent routine
C XERHLT aborts the execution of the program.
C The error message causing the abort is given in the calling
C sequence, in case one needs it for printing on a dayfile,
C for example.
C
C Description of Parameters
C MESSG is as in XERROR.
C
C***REFERENCES JONES R.E., KAHANER D.K., 'XERROR, THE SLATEC ERROR-
C HANDLING PACKAGE', SAND82-0800, SANDIA LABORATORIES,
C 1982.
C***ROUTINES CALLED (NONE)
C***REVISION HISTORY (YYMMDD)
C 790801 DATE WRITTEN as XERABT
C 861211 REVISION DATE from Version 3.2
C 891214 Prologue converted to Version 4.0 format. (BAB)
C 900206 Routine changed from user-callable to subsidiary. (WRB)
C 900510 Changed calling sequence to delete length of char string
C Changed subroutine name from XERABT to XERHLT. (RWC)
C***END PROLOGUE XERHLT
CHARACTER*(*) MESSG
C***FIRST EXECUTABLE STATEMENT XERHLT
CALL XSTOPX (MESSG)
END