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: % % 14 October 2008 % % Author: % % John Burkardt % % Parameters: % % Output, integer PROBLEM_NUM, the number of problems. % problem_num = 20; return end