function nvar = p19_nvar ( option ) %*****************************************************************************80 % %% P19_NVAR sets the number of variables for problem 19. % % 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 = 13; return end