Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(dis6) : fix minor typo in docstrings for dis6 #574

Merged
merged 1 commit into from
May 29, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions flopy/mf6/data/dfn/gwf-dis.dfn
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ type double precision
shape (ncol)
reader readarray
longname spacing along a row
description is the is the column spacing in the row direction.
description is the column spacing in the row direction.
default_value 1.0

block griddata
Expand All @@ -87,7 +87,7 @@ type double precision
shape (nrow)
reader readarray
longname spacing along a column
description is the is the row spacing in the column direction.
description is the row spacing in the column direction.
default_value 1.0

block griddata
Expand Down
4 changes: 2 additions & 2 deletions flopy/mf6/modflow/mfgwfdis.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ class ModflowGwfdis(mfpackage.MFPackage):
ncol : integer
* ncol (integer) is the number of columns in the model grid.
delr : [double]
* delr (double) is the is the column spacing in the row direction.
* delr (double) is the column spacing in the row direction.
delc : [double]
* delc (double) is the is the row spacing in the column direction.
* delc (double) is the row spacing in the column direction.
top : [double]
* top (double) is the top elevation for each cell in the top model
layer.
Expand Down