test_lgnppf Subroutine

subroutine test_lgnppf()

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

Arguments

None

Source Code

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