function nvar = p03_nvar ( option, nvar ) %*****************************************************************************80 % %% P03_NVAR sets the number of variables for problem 3. % % Licensing: % % This code is distributed under the GNU LGPL license. % % Modified: % % 03 September 2008 % % Author: % % John Burkardt % % Parameters: % % Input, integer OPTION, the option index. % % Output, integer NVAR, the number of variables. % nvar = 3; return end