Skip to content

Commit 43f47e0

Browse files
committed
Revert renaming
1 parent 4d7ba10 commit 43f47e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ffcx/codegeneration/access.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -388,10 +388,10 @@ def facet_edge_vectors(self, mt, tabledata, num_points):
388388

389389
# Get edge vertices
390390
facet = self.symbols.entity("facet", mt.restriction)
391-
edge_ridge = mt.component[0]
391+
facet_edge = mt.component[0]
392392
facet_edge_vertices = L.Symbol(f"{cellname}_facet_edge_vertices", dtype=L.DataType.INT)
393-
vertex0 = facet_edge_vertices[facet][edge_ridge][0]
394-
vertex1 = facet_edge_vertices[facet][edge_ridge][1]
393+
vertex0 = facet_edge_vertices[facet][facet_edge][0]
394+
vertex1 = facet_edge_vertices[facet][facet_edge][1]
395395

396396
# Get dofs and component
397397
component = mt.component[1]

0 commit comments

Comments
 (0)