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

Ensure that exact_model is set before zero_key is called #1111

Merged

Commits on May 23, 2022

  1. Ensure that exact_model is set before zero_key is called

    zero_key(key) sets key%exact equal to the value of exact_model
    In the previous code, zero_key was called before exact_model was set,
    and so key%exact was set based on node_value("exact ") of the previous node.
    So, move the code to set exact_model to before zero_key is called.
    J. Scott Berg committed May 23, 2022
    Configuration menu
    Copy the full SHA
    a547097 View commit details
    Browse the repository at this point in the history