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

Made statics in NuclearInteractionFTFSimulator thread safe #9064

Commits on May 12, 2015

  1. Made statics in NuclearInteractionFTFSimulator thread safe

    The static analyzer identified a thread-safety issue with the static
    class members of NuclearInteractionFTFSimulator. Using an std::call_once
    makes sure the array is safely initialized.
    Dr15Jones committed May 12, 2015
    Copy the full SHA
    caf9430 View commit details
    Browse the repository at this point in the history