ROUTINE
-------

void ug_io_write_param_info (INT_ Write_2D_Types,
                             INT_ Write_3D_Types,
                             INT_ Write_Func_Types,
                             INT_ Write_Geom_Types,
                             INT_ Write_Grid_Types,
                             INT_ Write_Node_Types,
                             INT_ Write_Flag)

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

Write information on all UG_IO parameters to standard output.

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

Write_2D_Types           : If Write_2D_Types = 1 then include 2D_Types.

Write_3D_Types           : If Write_3D_Types = 1 then include 3D_Types.

Write_Func_Types         : If Write_Func_Types = 1 then include Func_Types.

Write_Geom_Types         : If Write_Geom_Types = 1 then include Geom_Types.

Write_Grid_Types         : If Write_Grid_Types = 1 then include Grid_Types.

Write_Node_Types         : If Write_Node_Types = 1 then include Node_Types.

Write_Flag               : Output flag.
                           If UG_IO_Param_Output_Flag = 0 then write no
                           information.
                           If UG_IO_Param_Output_Flag = 1 then write summary
                           information.
                           If UG_IO_Param_Output_Flag = 2 then write all
                           information.
