function nvar = p18_nvar ( option ) %*****************************************************************************80 % %% P18_NVAR sets the number of variables for problem 18. % % 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 = 12; return end