function value = wedg_unit_volume ( ) %*****************************************************************************80 % %% WEDG_UNIT_VOLUME: volume of a unit wedge. % % Discussion: % % The integration region is defined as: % % 0 <= X % 0 <= Y % X + Y <= 1 % -1 <= Z <= 1. % % Licensing: % % This code is distributed under the GNU LGPL license. % % Modified: % % 12 April 2009 % % Author: % % John Burkardt % % Parameters: % % Output, real WEDG_UNIT_VOLUME, the volume. % value = 1.0; return end