function asa113_test ( ) %*****************************************************************************80 % %% ASA113_TEST tests ASA113. % % Licensing: % % This code is distributed under the GNU LGPL license. % % Modified: % % 14 February 2003 % % Author: % % John Burkardt % timestamp ( ); fprintf ( 1, '\n' ); fprintf ( 1, 'ASA113_TEST\n' ); fprintf ( 1, ' MATLAB version\n' ); fprintf ( 1, '\n' ); fprintf ( 1, ' Test the ASA113 routines.\n' ); asa113_test01 ( ); fprintf ( 1, '\n' ); fprintf ( 1, 'ASA113_TEST\n' ); fprintf ( 1, ' Normal end of execution.\n' ); fprintf ( 1, '\n' ); timestamp ( ); return end