allowd |
Table of contents
ProcedureALLOWD (Are Changes of Long Error Message Allowed?) ENTRY ALLOWD () AbstractReturn .TRUE. if replacement or modification of the long error message is allowed. DO NOT CALL THIS ROUTINE. Required_ReadingERROR KeywordsERROR DeclarationsNone. Brief_I/OThe function takes the value, .TRUE., if replacement or modification of the long error message is currently allowed. Detailed_InputNone. Detailed_OutputThe function takes the value, .TRUE., if 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'. ParametersNone. Exceptions1) This routine does not detect any errors. FilesNone. ParticularsDO NOT CALL THIS ROUTINE. Non-error handling routines should not call this routine. Such routines can set the long error message using SETMSG, which itself calls this routine to test whether an update is allowed. The initial value returned by ALLOWD is .FALSE. ExamplesNone. Restrictions1) DO NOT CALL THIS ROUTINE. Literature_ReferencesNone. Author_and_InstitutionN.J. Bachman (JPL) J. Diaz del Rio (ODC Space) H.A. Neilan (JPL) 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) (HAN) |
Fri Dec 31 18:35:58 2021