test_expsf Subroutine

subroutine test_expsf()

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

Arguments

None

Source Code

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