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

Remove a lurking hedge dependency.

parent 219f7902
No related branches found
No related tags found
No related merge requests found
...@@ -940,7 +940,7 @@ def make_sym_vector(name, components): ...@@ -940,7 +940,7 @@ def make_sym_vector(name, components):
if isinstance(components, int): if isinstance(components, int):
components = range(components) components = range(components)
from hedge.tools import join_fields from pytools.obj_array import join_fields
vfld = Variable(name) vfld = Variable(name)
return join_fields(*[vfld[i] for i in components]) return join_fields(*[vfld[i] for i in components])
......
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