Skip to content

Commit

Permalink
Update apiexchange.py
Browse files Browse the repository at this point in the history
Add gwe-gwe exchange information to ApiExchange
  • Loading branch information
jlarsen-usgs authored Jul 23, 2024
1 parent eb46768 commit ebadb01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modflowapi/extensions/apiexchange.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ class ApiExchange(ApiMbase):
"""

def __init__(self, mf6, name):
pkg_types = {"gwf-gwf": ListPackage, "gwt-gwt": ListPackage}
pkg_types = {"gwf-gwf": ListPackage, "gwt-gwt": ListPackage, "gwe-gwe": ListPackage}
super().__init__(mf6, name, pkg_types)

0 comments on commit ebadb01

Please sign in to comment.