Skip to content

Commit

Permalink
docs(gridgen): fix smoothing level kwarg names in docstring (#2212)
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli authored Jun 7, 2024
1 parent d81d7c0 commit ea3e475
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flopy/utils/gridgen.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,11 +196,11 @@ class Gridgen:
where intermediate layers are inactive.
(default is False)
**kwargs
verical_smoothing_level : int
smoothing_level_vertical : int
maximum level difference between two vertically adjacent cells.
Adjust with caution, as adjustments can cause unexpected results
to simulated flows
horizontal_smoothing_level : int
smoothing_level_horizontal : int
maximum level difference between two horizontally adjacent cells.
Adjust with caution, as adjustments can cause unexpected results
to simulated flows
Expand Down

0 comments on commit ea3e475

Please sign in to comment.