test_hfnran Subroutine

subroutine test_hfnran()

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

Arguments

None

Source Code

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