test_logran Subroutine

subroutine test_logran()

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

Arguments

None

Source Code

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