test_loc Subroutine

subroutine test_loc()

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

Arguments

None

Source Code

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