function value = line_unit_volume ( ) %*****************************************************************************80 % %% LINE_UNIT_VOLUME: volume of a unit line. % % Discussion: % % The integration region is defined as: % % - 1.0 <= X <= 1.0 % % Licensing: % % This code is distributed under the GNU LGPL license. % % Modified: % % 12 April 2009 % % Author: % % John Burkardt % % Parameters: % % Output, real VALUE, the volume. % value = 2.0; return end