udf |
Table of contents
ProcedureUDF ( Dummy function for UDFUNS ) SUBROUTINE UDF ( X, VALUE ) AbstractServe as a dummy function for GF routines expecting an UDFUNS argument. It is a no-op routine with an argument signature matching UDFUNS. Required_ReadingNone. KeywordsNone. DeclarationsIMPLICIT NONE DOUBLE PRECISION X DOUBLE PRECISION VALUE Brief_I/OVARIABLE I/O DESCRIPTION -------- --- -------------------------------------------------- X I Double precision value, unused. VALUE I Double precision value, unused. Detailed_InputX is a double precision value, unused. VALUE is a double precision value, unused. Detailed_OutputNone. ParametersNone. ExceptionsError free. FilesNone. ParticularsThe routine performs no evaluations. It exists for routines expecting an UDFUNS argument. In the cases where UDFUNC is unneeded or unavailable, this routine provides a null operation alternative. ExamplesNone. RestrictionsNone. Literature_ReferencesNone. Author_and_InstitutionJ. Diaz del Rio (ODC Space) E.D. Wright (JPL) VersionSPICELIB Version 1.0.1, 27-AUG-2021 (JDR) Edited the header to comply with NAIF standard. SPICELIB Version 1.0.0, 21-OCT-2013 (EDW) |
Fri Dec 31 18:37:04 2021