seterr |
Table of contents
ProcedureSETERR ( Set Error Status ) LOGICAL FUNCTION SETERR ( STATUS ) AbstractSet the SPICELIB error status. DO NOT CALL THIS ROUTINE. Required_ReadingERROR KeywordsERROR DeclarationsIMPLICIT NONE LOGICAL STATUS Brief_I/OVARIABLE I/O DESCRIPTION -------- --- -------------------------------------------------- STATUS I Status indicator. The function takes an UNSPECIFIED (and meaningless) value on exit. Detailed_InputSTATUS is a flag that provides the new status. When .TRUE., it means that an error condition exists. Detailed_OutputNone. This purpose of this routine is to set status; the function takes an UNSPECIFIED value on exit. The assigned value does not have any meaning. ParametersNone. ExceptionsError free. FilesNone. ParticularsDO NOT CALL THIS ROUTINE. This is a data structure access routine for the SPICELIB status. This routine should be used for no other purpose; in particular, it should not be used to signal errors. Use SIGERR or FAILED for that. This routine assigns a value to SETERR on exit. However, the value is not meaningful. ExamplesNone. DON'T CALL THIS ROUTINE. No examples. If you don't know EXACTLY what a ``data structure access routine'' is, don't call this routine. If you do know, you don't need an example. Restrictions1) DON'T CALL THIS ROUTINE. Literature_ReferencesNone. Author_and_InstitutionN.J. Bachman (JPL) J. Diaz del Rio (ODC Space) W.L. Taber (JPL) VersionSPICELIB Version 1.1.0, 26-OCT-2021 (JDR) (NJB) Added IMPLICIT NONE statement. Edited the header to comply with NAIF standard. SPICELIB Version 1.0.1, 10-MAR-1992 (WLT) Comment section for permuted index source lines was added following the header. SPICELIB Version 1.0.0, 31-JAN-1990 (NJB) |
Fri Dec 31 18:36:47 2021