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 thread-safety issues with ElectronLikelihood #2814

Merged

Commits on Mar 11, 2014

  1. Fixed thread-safety issues with ElectronLikelihood

    Fixed const correctness problems with object directly and indirectly
    held by ElectronLikelihood. Then enforced that only const functions
    of the direct and indirect objects are called from const member functions
    of ElectronLikelihood. This guarantees thread-safety.
    Dr15Jones committed Mar 11, 2014
    Copy the full SHA
    4bf88c3 View commit details
    Browse the repository at this point in the history