Skip to content

Commit

Permalink
Fix of contact_condition.
Browse files Browse the repository at this point in the history
  • Loading branch information
keileg committed Jul 30, 2019
1 parent 2cd20a1 commit b08446d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ def set_projections(gb):

mg = d_m["mortar_grid"]
# Only consider edges where the lower-dimensional neighbor is of co-dimension 1
if not mg.dim == gb.dim_max() - 1
if not mg.dim == (gb.dim_max() - 1):
continue

# Neigboring grids
Expand Down

0 comments on commit b08446d

Please sign in to comment.