function asa058_test ( ) %*****************************************************************************80 % %% ASA058_TEST tests ASA058. % % Licensing: % % This code is distributed under the GNU LGPL license. % % Modified: % % 03 February 2008 % % Author: % % John Burkardt % timestamp ( ); fprintf ( 1, '\n' ); fprintf ( 1, 'ASA058_TEST\n' ); fprintf ( 1, ' MATLAB version\n' ); fprintf ( 1, '\n' ); fprintf ( 1, ' Test the ASA058 routines.\n' ); asa058_test01 ( ); fprintf ( 1, '\n' ); fprintf ( 1, 'ASA058_TEST\n' ); fprintf ( 1, ' Normal end of execution.\n' ); fprintf ( 1, '\n' ); timestamp ( ); return end