function num = function_2d_num ( ) %*****************************************************************************80 % %% FUNCTION_2D_NUM returns the number of 2D functions. % % Licensing: % % This code is distributed under the GNU LGPL license. % % Modified: % % 06 April 2008 % % Author: % % John Burkardt % % Parameters: % % Output, integer NUM, the number of 2D functions. % num = 12; return end