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