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

fix(uzf): rename uzf package variables to avoid name clashes #1742

Merged
merged 5 commits into from
Apr 18, 2024

Commits on Apr 17, 2024

  1. fix(uzf): rename uzf package variables to avoid name clashes

    * 9 uzf variables had counterparts in uzf%uzfobj with the same memory path
    * renamed the uzf package variables by adding _pvar to them
    * close MODFLOW-USGS#1741
    
    This does not fix underlying memory problems with UZF.  Instead it is a simple way to avoid multiple uzf variables with the same memory path.  A proper fix will require additional work as the variable contents in uzf and uzf%uzfobj are not the same.
    langevin-usgs committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    d0ee9b7 View commit details
    Browse the repository at this point in the history
  2. fprettifying

    langevin-usgs committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    d3dab25 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d772551 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8c3a68d View commit details
    Browse the repository at this point in the history
  5. fprettify

    langevin-usgs committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    394a45b View commit details
    Browse the repository at this point in the history