Skip to content
Snippets Groups Projects

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

Merged Stephan Seitz requested to merge seitz/pystencils:star-star-star into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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()
Loading