Skip to content
Snippets Groups Projects
Commit 35845435 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent a584c89c
No related branches found
No related tags found
1 merge request!80Array context
Pipeline #42812 passed
...@@ -202,7 +202,7 @@ def flatten_chained_connection(actx, connection): ...@@ -202,7 +202,7 @@ def flatten_chained_connection(actx, connection):
return connection return connection
if not connection.connections: if not connection.connections:
return make_same_mesh_connection(connection.to_discr, return make_same_mesh_connection(actx, connection.to_discr,
connection.from_discr) connection.from_discr)
# recursively build direct connections # recursively build direct connections
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment