test_read Subroutine

subroutine test_read()

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

Arguments

None

Source Code

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