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

simIncludeRW didn't allow specify certain RW friction parameters #816

Merged
merged 3 commits into from
Sep 21, 2024

Commits on Sep 21, 2024

  1. ensure the RW friction properties can be set explicitly

    Before these properties were over-written if the RW template specified them.  Now they are either defaulting to zero if nobody specifies them, set to the RW template value if only the template is used, and set to the specific value if the user wants to.
    schaubh committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    15ec8cb View commit details
    Browse the repository at this point in the history
  2. update release notes

    schaubh committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    cfd4d7d View commit details
    Browse the repository at this point in the history
  3. updated unit test

    schaubh committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    1633e6d View commit details
    Browse the repository at this point in the history