Skip to content
Snippets Groups Projects
Commit e04e0f45 authored by Stephan Seitz's avatar Stephan Seitz
Browse files

:star::star::star: Add a star to correctly get atoms of InterpolatorAccess :star::star::star:

parent f9e88655
No related branches found
No related tags found
No related merge requests found
......@@ -172,7 +172,7 @@ class InterpolatorAccess(TypedSymbol):
offsets.update([self])
for o in self.offsets:
if hasattr(o, 'atoms'):
offsets.update(set(o.atoms(types)))
offsets.update(set(o.atoms(*types)))
return offsets
else:
return set()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment