test_poippf Subroutine

subroutine test_poippf()

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

Arguments

None

Source Code

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