test_weippf Subroutine

subroutine test_weippf()

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

Arguments

None

Source Code

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