accept |
Table of contents
ProcedureACCEPT ( Accept New Long Error Message ) LOGICAL FUNCTION ACCEPT ( OK ) AbstractIndicate to the SPICELIB error handling mechanism whether or not a replacement or modification of the long error message can be accepted. DO NOT CALL THIS ROUTINE. Required_ReadingERROR KeywordsERROR DeclarationsIMPLICIT NONE LOGICAL OK Brief_I/OVARIABLE I/O DESCRIPTION -------- --- -------------------------------------------------- OK I Indicates whether long error msg changes are ok. The function takes an UNSPECIFIED value on exit. Detailed_InputOK indicates to the error handling mechanism whether replacement of or changes to the long error message are to be allowed; for them to be allowed, both of the following must be true: 1. No error condition exists, or the error response action is not 'RETURN'. 2. The current error response mode is not 'IGNORE'. Detailed_OutputThe function is assigned a value on output, but the value is not meaningful. ParametersNone. ExceptionsError free. 1) This routine does not detect any errors. However, this routine is part of the SPICELIB error handling mechanism. FilesNone. ParticularsDO NOT CALL THIS ROUTINE. ExamplesNone. Restrictions1) DO NOT 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) 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:35:58 2021