function gt = g03_title ( ) %*****************************************************************************80 % %% G03_TITLE returns the title for grid 3. % % Licensing: % % This code is distributed under the GNU LGPL license. % % Modified: % % 29 January 2012 % % Author: % % John Burkardt % % Parameters: % % Output, string GT, the grid title. % gt = 'Lawson''s 25 node set'; return end