Skip to content

Commit

Permalink
Merge pull request #1 from peter17/patch-1
Browse files Browse the repository at this point in the history
Update gmsh_reader.py
  • Loading branch information
inducer committed Nov 22, 2013
2 parents 394f6bb + ecc498f commit 12ccd70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meshpy/gmsh_reader.py
Expand Up @@ -303,7 +303,7 @@ def read_gmsh(receiver, filename, force_dimension=None):
"""
mesh_file = open(filename, 'rt')
try:
result = parse_gmsh(receiver, mesh_file)
result = parse_gmsh(receiver, mesh_file, force_dimension=force_dimension)
finally:
mesh_file.close()

Expand Down

0 comments on commit 12ccd70

Please sign in to comment.