x10bj_AD_f writes an object of the type
ADTYPE into a callback data object created by
x10ba_AD_f.
For routines where it is necessary to perform callback operations via one or more companion callbacks, data must be passed between the procedure argument and any such companion callback via a callback data object as created by
x10ba_AD_f.
x10bj_AD_f can be used to insert an object of the type
ADTYPE into the callback data object. In this way an object of the type
ADTYPE can be communicated between a procedure argument and its companion callbacks.
Note that data must be written to and read from the callback data object in strict order without omission.
None.
If on entry
or
, explanatory error messages are output on the current error message unit (as defined by
x04aaf).
Not applicable.
None.
See examples for computational routines in the NAG AD Library, for example,
Section 10 in
c05ay_a1w_f.