function name = p32_name ( ) %*****************************************************************************80 % %% P32_NAME returns the name of problem 32. % % Licensing: % % This code is distributed under the GNU LGPL license. % % Modified: % % 02 June 2007 % % Author: % % John Burkardt % % Parameters: % % Output, string NAME, the name of the problem. % name = 'Genz #6, Discontinuous'; return end