Skip to content
Snippets Groups Projects
Commit 3a59d3e3 authored by Alexandru Fikl's avatar Alexandru Fikl
Browse files

Merge branch 'array-context' into visualization-vtk-lagrange

parents 090fc7a2 35845435
Branches
Tags
1 merge request!85Add Visualization Support for VTK_LAGRANGE Elements
......@@ -202,7 +202,7 @@ def flatten_chained_connection(actx, connection):
return connection
if not connection.connections:
return make_same_mesh_connection(connection.to_discr,
return make_same_mesh_connection(actx, connection.to_discr,
connection.from_discr)
# recursively build direct connections
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment