ROUTINE
-------

INT_ ug_malloc_param (UG_Param_Struct ** UG_Param_Struct_Ptr)


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

Malloc UG parameter structure arrays.

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

0                        : No errors occurred mallocing arrays.
>0                       : Errors occurred mallocing arrays.
                           The return value will be between 400 and 499 or
                           the return value will be between 100400 and 100499

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

UG_Param_Struct_Ptr      : UG parameter structure.
