Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
ctroupin committed Aug 2, 2017
1 parent 169a149 commit 18957b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pydiva2d.py
Original file line number Diff line number Diff line change
Expand Up @@ -1033,7 +1033,7 @@ def make(self, divadir, datafile=None, paramfile=None, contourfile=None, outputf
Diva2DMesh().make(divadir,
contourfile=divafiles.contour,
paramfile=divafiles.parameter)


calcprocess = subprocess.run("./divacalc", cwd=divadirs.diva2d,
stdout=subprocess.PIPE, shell=True)
Expand Down

0 comments on commit 18957b7

Please sign in to comment.