function region = p32_region ( ) %*****************************************************************************80 % %% P32_REGION returns the name of the integration region for problem 32. % % Licensing: % % This code is distributed under the GNU LGPL license. % % Modified: % % 02 June 2007 % % Author: % % John Burkardt % % Parameters: % % Output, string REGION, the name of the integration region. % region = 'box'; return end