SURF_SET_APP_NAME
- Set application name for NDF history
Description:
This routine sets the application name to be of the form
TASKNAME ( PACKAGE VN.n-n )
That is, the taskname (which would be the default history
if we did not change it) with the package name and the
version number. The version number is specified at compile time.
Invocation:
CALL SURF_SET_APP_NAME( TSKNAME, STATUS )
Arguments:
TASKNAME = _CHAR (Given)
Name of the task.
STATUS = _INTEGERS (Given & Returned)
Global status
Notes:
This routine should be compiled using the C pre-processor
with a define for the PKG_VERS cpp variable. This variable
should include the required quotes (since CPP will not change
quoted strings). An example could be:
f77 -DPKG_VERS="'5.2-4'" surf_set_app_name.F
The V is prepended automatically.
SURF Programming Interface Starlink System Note 72 Tim Jenness, John F. Lightfoot Joint Astronomy Centre, Hilo, Hawaii 10 July 2000 E-mail:ussc@star.rl.ac.uk