function hole_num = p10_hole_num ( ) %*****************************************************************************80 % %% P10_HOLE_NUM counts the holes in problem 10. % % 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 = 0; return end