From cde46ed1099d46651c13cbe64a1aa31adae6e76b Mon Sep 17 00:00:00 2001 From: wpbonelli Date: Wed, 30 Oct 2024 11:47:25 -0400 Subject: [PATCH] fmt --- flopy/mf6/utils/codegen/templates/package.py.jinja | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/flopy/mf6/utils/codegen/templates/package.py.jinja b/flopy/mf6/utils/codegen/templates/package.py.jinja index 401b40cde..857a0d416 100644 --- a/flopy/mf6/utils/codegen/templates/package.py.jinja +++ b/flopy/mf6/utils/codegen/templates/package.py.jinja @@ -39,14 +39,19 @@ class Modflow{{ name.title.title() }}(MFPackage): {{ parent }} : {{ name.parent }} Parent_package that this package is a part of. Package is automatically added to parent_package when it is initialized. + loading_package : bool Do not set this parameter. It is intended for debugging and internal processing purposes only. + {{ macros.vars_docs(vars, start_indent=8) }} + filename : str File name for this package. + pname : str Package name for this package. + parent_file : MFPackage Parent package file that references this package. Only needed for utility packages (mfutl*). For example, mfutllaktab package must have