function ft = f06_title ( ) %*****************************************************************************80 % %% F06_TITLE returns the title for function 6. % % Licensing: % % This code is distributed under the GNU LGPL license. % % Modified: % % 29 January 2012 % % Author: % % John Burkardt % % Parameters: % % Output, string FT, the function title. % ft = 'Sphere'; return end