Skip to content

Commit

Permalink
fix(vtk): change in export_cbc output file name (#795)
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrperezi authored Jan 30, 2020
1 parent 6ac9a20 commit ab8120b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flopy/export/vtk.py
Original file line number Diff line number Diff line change
Expand Up @@ -1001,7 +1001,7 @@ def export_cbc(model, cbcfile, otfolder, precision='single', nanval=-1e+20,

# set up the pvd file to make the output files time enabled
pvdfile = open(
os.path.join(otfolder, '{}_Heads.pvd'.format(model.name)),
os.path.join(otfolder, '{}_CBC.pvd'.format(model.name)),
'w')

pvdfile.write("""<?xml version="1.0"?>
Expand Down

0 comments on commit ab8120b

Please sign in to comment.