void udf_c ( SpiceDouble x,
SpiceDouble * value )
No-op routine for with an argument signature matching udfuns.
None.
None.
Variable I/O Description
-------- --- --------------------------------------------------
x I/O Double precision value, unused.
value I/O Double precision value, unused.
x Double precision value, unused.
value Double precision value, unused.
None.
None.
None.
None.
The routine performs no evaluations. It exists for GF routines
expecting an udfuns argument. In the cases where udfuns is
unneeded or unavailable, this routine provides a null operation
alternative.
None.
None.
None.
E.D. Wright (JPL)
-CSPICE Version 1.0.0, 22-OCT-2013
GF dummy function for udfuns signature arguments
Link to routine udf_c source file udf_c.c
|