Skip to content

Commit a4f0728

Browse files
committed
merge conflict
2 parents 156dea0 + 72aa7e6 commit a4f0728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firedrake/mg/embedded.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def cache(self, V):
9797

9898
def cache_key(self, V):
9999
_, level = get_level(V.mesh())
100-
return (level, )
100+
return (level,)
101101

102102
def V_dof_weights(self, V):
103103
"""Dof weights for averaging projection.

0 commit comments

Comments
 (0)