Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed uninitialized variable in PFTau3ProngSummary #3436

Commits on Apr 22, 2014

  1. Fixed uninitialized variable in PFTau3ProngSummary

    PFTau3ProngSummary::Tau_Charge was returning an undefined value
    since it was using a uninitialized stack variable as its charge
    summing variable. The problem was found by the static analyzer.
    Dr15Jones committed Apr 22, 2014
    Copy the full SHA
    7cd92fc View commit details
    Browse the repository at this point in the history