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 smatrix code thread safe by removing statics #20

Commits on May 21, 2014

  1. Made smatrix code thread safe by removing statics

    Changed all static variables which were only being used as local
    variables to be local variables. This avoids threading problems.
    Dr15Jones committed May 21, 2014
    Configuration menu
    Copy the full SHA
    234a5a5 View commit details
    Browse the repository at this point in the history