test_parppf Subroutine

subroutine test_parppf()

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

Arguments

None

Source Code

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