Skip to content

Commit

Permalink
weird that this popped up as a problem
Browse files Browse the repository at this point in the history
  • Loading branch information
emorway-usgs committed Dec 13, 2024
1 parent b5a3f4e commit b34201b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/mf6io/mf6ivar/mf6ivar.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ def parse_mf6var_file(fname):
RTD_DOC_DIR_PATH = Path(__file__).parents[3] / ".build_rtd_docs" / "_mf6io"
COMMON_DFN_PATH = parse_mf6var_file(DFNS_DIR_PATH / "common.dfn")
COMMON_DIR_PATH = MF6IVAR_DIR_PATH.parent.parent / "Common"
DEFAULT_MODELS = ["gwf", "gwt", "gwe", "prt"] # , "chf", "olf"]
DEFAULT_MODELS = ["gwf", "gwt", "gwe", "prt"] # , "chf", "olf"]
VALID_TYPES = [
"integer",
"double precision",
Expand Down

0 comments on commit b34201b

Please sign in to comment.