function hole_num = p02_hole_num ( ) %*****************************************************************************80 % %% P02_HOLE_NUM counts the holes in problem 02. % % 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 = 1; return end