ROUTINE
-------

INT_ ug_get_param_name_from_alt_names
 (char Name[],
  char Alt_Name_List[],
  char Param_Name[])

DESCRIPTION
-----------

Get corresponding UG parameter name from a list of alternative names.

INPUT ARGUMENTS
---------------

Name                     : Name of parameter (either alternative or root name).
Alt_Name_List            : List of alternative parameter names.

RETURN VALUE
---------------

1                        : Then a parameter was found with a matching name and
                           the output argument was set.
<0                       : Then no match was found and the output argument was
                           not set.

OUTPUT ARGUMENTS
---------------

Param_Name               : Root parameter name.
