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