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

fix(ArrayReaders): Fix issue reading binary 2d arrays #41

Merged
merged 11 commits into from
Sep 18, 2018
Merged

fix(ArrayReaders): Fix issue reading binary 2d arrays #41

merged 11 commits into from
Sep 18, 2018

Conversation

jdhughes-usgs
Copy link
Contributor

Proposed fix for #40

up of constants specified in code (DZERO and DONE) instead of relying
on constants module.
allocated using the memory manager. Also fixed issue with SEGFAULT in
mf5to6 that was related to a pointer in ChdPackageWriter that was not
pointed to null (=> null()) in definition.
require successful testing of gfortran-7 and gfortran-8 environments.
Added section for current release and added header for 6.0.3 version
changes.
Updated CONTRIBUTING.md and added DEVELOPER.md. DEVELOPER.md probably
still needs additional work.
Fix issue reading binary 2d arrays. read_binary_header was imbedded
in the row loop of the 2d readers. Modify test_gwf_binaryinput01 to
create binary files for strt, idomain, botm, and icelltype for models
with layered and non-layered cases.
@langevin-usgs langevin-usgs merged commit 9bcd7c4 into MODFLOW-USGS:develop Sep 18, 2018
@langevin-usgs
Copy link
Contributor

This looks good, @jdhughes-usgs. I don't know how those header reads were inside the row reading loop or how it ever worked. The tests pass, so I'm going to merge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants