test_expppf Subroutine

subroutine test_expppf()

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

Arguments

None

Source Code

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