test_hfnppf Subroutine

subroutine test_hfnppf()

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

Arguments

None

Source Code

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