function tec_io_test ( ) %*****************************************************************************80 % %% TEC_IO_TEST tests the TEC_IO routines. % % Licensing: % % This code is distributed under the GNU LGPL license. % % Modified: % % 02 February 2006 % % Author: % % John Burkardt % fprintf ( 1, '\n' ); timestamp ( ); fprintf ( 1, '\n' ); fprintf ( 1, 'TEC_IO_TEST:\n' ); fprintf ( 1, ' MATLAB version\n' ); fprintf ( 1, ' Test the TEC_IO library.\n' ); tec_io_test01 ( ); tec_io_test02 ( ); fprintf ( 1, '\n' ); fprintf ( 1, 'TEC_IO_TEST:\n' ); fprintf ( 1, ' Normal end of execution.\n' ); fprintf ( 1, '\n' ); timestamp ( ); return end