Skip to content

Commit

Permalink
release(1.2.8): update mf6 version
Browse files Browse the repository at this point in the history
Also added latest version of mfusg_gsi (v2.1.1).
  • Loading branch information
jdhughes-usgs committed Jul 5, 2023
1 parent a470cd2 commit a1e06f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymake/utils/_usgs_src_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -1119,4 +1119,4 @@ def _update_pcg(srcdir):
input_str = input_str.replace(find_block, replace_block)
f = open(fpth, "w")
f.write(input_str)
f.close()
f.close()

0 comments on commit a1e06f5

Please sign in to comment.