%% NCO_TETRAHEDRON_TEST is the main program for the NCO_TETRAHEDRON sample code. % % Modified: % % 31 January 2007 % % Author: % % John Burkardt % fprintf ( 1, '\n' ); timestamp; fprintf ( 1, '\n' ); fprintf ( 1, 'NCO_TETRAHEDRON_TEST:\n' ); fprintf ( 1, ' MATLAB version\n' ); fprintf ( 1, ' Test the routines in the NCO_TETRAHEDRON library.\n' ); nco_tetrahedron_test01; nco_tetrahedron_test02; nco_tetrahedron_test03; nco_tetrahedron_test04; nco_tetrahedron_test05; nco_tetrahedron_test06; fprintf ( 1, '\n' ); fprintf ( 1, 'NCO_TETRAHEDRON_PRB:\n' ); fprintf ( 1, ' Normal end of execution.\n' ); fprintf ( 1, '\n' ); timestamp;