modflowpy / flopy

A Python package to create, run, and post-process MODFLOW-based models.
https://flopy.readthedocs.io
Other
517 stars 313 forks source link

A few typos in modflow\mfnwt #76

Closed wzell-usgs closed 8 years ago

wzell-usgs commented 8 years ago

BACKFLAG parameter is 'backflag' in docstring but 'backflg' in object init.

Change 'levfil' to 'levfill' in the write_file call

File "C:\Anaconda\lib\site-packages\flopy\modflow\mfnwt.py", line 267, in write_file f.write('{0:10d}'.format(self.levfil)) AttributeError: 'ModflowNwt' object has no attribute 'levfil'

langevin-usgs commented 8 years ago

Fixed. Thanks.