function hole_num = p09_hole_num ( ) %*****************************************************************************80 % %% P09_HOLE_NUM counts the holes in problem 09. % % Licensing: % % This code is distributed under the GNU LGPL license. % % Modified: % % 12 April 2009 % % Author: % % John Burkardt % % Parameters: % % Output, integer HOLE_NUM, the number of holes. % hole_num = 2; return end