Skip to content

Commit

Permalink
Merge branch 'fix_mesh_spec_bug' into develop
Browse files Browse the repository at this point in the history
This merge closes issue #41.
  • Loading branch information
MiCurry committed Jun 17, 2021
2 parents 0a62b2d + 1a7cc81 commit 8ed4751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion limited_area/limited_area.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ def create_partiton_fname(self, name, mesh, **kwargs):
def create_regional_fname(self, regionName, meshFileName, **kwargs):
""" Create the regional file name by prepending the regional name
(specified by Name: ) in the points file, to the meshFileName. """
return regionName+'.'+meshFileName
return regionName+'.'+os.path.basename(meshFileName)


# Mark_neighbors_search - Faster for smaller regions ??
Expand Down

0 comments on commit 8ed4751

Please sign in to comment.