getact |
Table of contents
ProcedureGETACT ( Get Error Response Action ) ENTRY GETACT ( ACTION ) AbstractReturn the value of the current error response action. Required_ReadingERROR KeywordsERROR DeclarationsIMPLICIT NONE INTEGER ACTION Brief_I/OVARIABLE I/O DESCRIPTION -------- --- -------------------------------------------------- ACTION O The integer code for the error response action. Detailed_InputNone. Detailed_OutputACTION is the integer code for the current error response action. See the ERRACT subroutine and the "required reading" file for a detailed discussion of error response actions. ParametersNone. ExceptionsError free. 1) However, this routine is part of the SPICELIB error handling mechanism. FilesNone. ParticularsNone. ExamplesNone. RestrictionsNone. Literature_ReferencesNone. Author_and_InstitutionN.J. Bachman (JPL) J. Diaz del Rio (ODC Space) K.R. Gehringer (JPL) W.L. Taber (JPL) VersionSPICELIB Version 2.1.0, 03-JUN-2021 (JDR) Added IMPLICIT NONE statement. Edited the header to comply with NAIF standard. Added $Index_Entries entry. SPICELIB Version 2.0.0, 22-APR-1996 (KRG) This subroutine has been modified in an attempt to improve the general performance of the SPICELIB error handling mechanism. The specific modification has been to change the type of the saved error action from a short character string to an integer. This change is backwardly incompatible because the type of the input argument has changed. This should pose no difficulties because it is a private subroutine used by the error handling system, and hence isolated from direct use. 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:23 2021