function problem_num = p00_problem_num ( ) %*****************************************************************************80 % %% P00_PROBLEM_NUM returns the number of problems available. % % Licensing: % % This code is distributed under the GNU LGPL license. % % Modified: % % 15 January 2012 % % Author: % % John Burkardt % % Parameters: % % Output, integer PROBLEM_NUM, the number of problems available. % problem_num = 5; return end