ROUTINE
-------

INT_ ug_initialize_aflr_param (INT_ ndim, UG_Param_Struct * Param_Struct_Ptr)

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

Set the name, flag, default value, minimum allowable value, maximum allowable
value, and description for common AFLR grid generation parameters.

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

ndim                     : Grid generation dimension flag (2 for 2D planar,
			   3 for 3D volume, and 4 for 3D surface).
Param_Struct_Ptr         : Parameter structure.

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

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

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

Param_Struct_Ptr         : Parameter structure.
