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

remove cpu waster from premixing workflow #21234

Merged
merged 2 commits into from Nov 9, 2017

Commits on Nov 9, 2017

  1. Properly handle arrays where index can be negative

    Instead of relying on remembering to always adding an offset to the
    index being passed to the array, we now use a helper class which
    always does the offsetting for us. The helper also properly initializes
    the size of the array to be able to contain the min and max bounds.
    Dr15Jones authored and davidlange6 committed Nov 9, 2017
    Configuration menu
    Copy the full SHA
    3a68239 View commit details
    Browse the repository at this point in the history
  2. remove cpu waster

    davidlange6 committed Nov 9, 2017
    Configuration menu
    Copy the full SHA
    0567d83 View commit details
    Browse the repository at this point in the history