forked from MODFLOW-USGS/modflow6
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
1 parent
1d6e6b1
commit d0ee9b7
Showing
1 changed file
with
68 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters