function boundary_segment_num = p09_boundary_segment_num ( ) %*****************************************************************************80 % %% P09_BOUNDARY_SEGMENT_NUM counts the boundary segments in problem 09. % % Licensing: % % This code is distributed under the GNU LGPL license. % % Modified: % % 12 April 2009 % % Author: % % John Burkardt % % Parameters: % % Output, integer BOUNDARY_SEGMENT_NUM, the number of boundary segments. % boundary_segment_num = 3; return end