test_chsppf Subroutine

subroutine test_chsppf()

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

Arguments

None

Source Code

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