test_sd Subroutine

subroutine test_sd()

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

Arguments

None

Source Code

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