function hole_point = p13_hole_point ( hole_index, m ) %*****************************************************************************80 % %% P13_HOLE_POINT returns a point inside a given hole in problem 13. % % Licensing: % % This code is distributed under the GNU LGPL license. % % Modified: % % 12 April 2009 % % Author: % % John Burkardt % % Parameters: % % Input, integer HOLE_INDEX, the index of the hole. % % Input, integer M, the spatial dimension. % % Output, real HOLE_POINT(M), a point in the hole % hole_point(1:2) = []; return end