function gt = g02_title ( ) %*****************************************************************************80 % %% G02_TITLE returns the title for grid 2. % % 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 = 'Franke''s 33 node set'; return end