Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli committed Oct 30, 2024
1 parent fade01c commit cde46ed
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions flopy/mf6/utils/codegen/templates/package.py.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cde46ed

Please sign in to comment.