test_logppf Subroutine

subroutine test_logppf()

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

Arguments

None

Source Code

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