test_lamcdf Subroutine

subroutine test_lamcdf()

call unit_check(‘lamcdf’, 0.eq.0, ‘checking’,100)

Arguments

None

Source Code

subroutine test_lamcdf()
   call unit_check_start('lamcdf',msg='')
   !!call unit_check('lamcdf', 0.eq.0, 'checking',100)
   call unit_check_done('lamcdf',msg='')
end subroutine test_lamcdf