function tetrahedron_grid_test ( ) %*****************************************************************************80 % %% TETRAHEDRON_GRID_TEST tests TETRAHEDRON_GRID. % % Licensing: % % This code is distributed under the GNU LGPL license. % % Modified: % % 02 September 2010 % % Author: % % John Burkardt % timestamp ( ); fprintf ( 1, '\n' ); fprintf ( 1, 'TETRAHEDRON_GRID_TEST:\n' ); fprintf ( 1, ' MATLAB version\n' ); fprintf ( 1, ' Test the TETRAHEDRON_GRID library.\n' ); tetrahedron_grid_test01 ( ); % % Terminate. % fprintf ( 1, '\n' ); fprintf ( 1, 'TETRAHEDRON_GRID_TEST:\n' ); fprintf ( 1, ' Normal end of execution.\n' ); fprintf ( 1, '\n' ); timestamp ( ); return end