!*************************************************************************************************** !> ! Main program for tests. program main use lsqrtest_module, only: lsqr_test implicit none call lsqr_test() end program main !***************************************************************************************************