$$If FORTRAN
C ===================================================
C K$INC:OFERCO.Cin - Offline Error Codes Include File
C ===================================================
C
C Parameters
C ==========
C
C --------------------------------------------------------------
INTEGER OFSUCC ! Success
PARAMETER (OFSUCC = 0)
C --------------------------------------------------------------
INTEGER OFFAIL ! Failure
PARAMETER (OFFAIL = 1)
C --------------------------------------------------------------
INTEGER OFFINF ! File Not Found
PARAMETER (OFFINF = 2)
C --------------------------------------------------------------
INTEGER OFERRE ! Error Reading file
PARAMETER (OFERRE = 3)
C --------------------------------------------------------------
INTEGER OFFEOF ! End of File reached
PARAMETER (OFFEOF = 4)
$$Elseif C
/* ================================================= */
/* K$INC:tberco.h - Offline Error Codes Include File */
/* ================================================= */
/* */
/* Parameters */
/* ========== */
/* */
/* --------------------------------------------------------------*/
#define TBSUCC 0 /* Success */
/* --------------------------------------------------------------*/
#define TBFAIL 1 /* Failure */
/* --------------------------------------------------------------*/
#define TBFINF 2 /* FIle Not Found */
/* --------------------------------------------------------------*/
#define OFERRE 3 /* Error Reading file */
/* --------------------------------------------------------------*/
#define OFFEOF 4 /* End of File reached */
/* --------------------------------------------------------------*/
$$Endif
[KLOE]
[Offline Doc]
[TRK Files]
Generated with Light on Thu Apr 8 13:00:16 MET DST 1999
.
Mail comments and suggestions.