test_tol Subroutine

subroutine test_tol()

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

Arguments

None

Source Code

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