function data_num = p07_data_num ( ) %*****************************************************************************80 % %% P07_DATA_NUM returns the number of data points for problem p07. % % Licensing: % % This code is distributed under the GNU LGPL license. % % Modified: % % 29 July 2012 % % Author: % % John Burkardt % % Parameters: % % Output, integer DATA_NUM, the number of data points. % data_num = 4; return end