Skip to content
Snippets Groups Projects
Commit 8cc89044 authored by Markus Holzer's avatar Markus Holzer
Browse files

Merge branch '66-absolute-access-is-probably-not-copied-correctly-after-_eval_subs' into 'master'

Resolve "Absolute access is probably not copied correctly after _eval_subs()"

Closes #66

See merge request pycodegen/pystencils!319
parents 0cac3c27 f474f776
No related branches found
No related tags found
No related merge requests found
......@@ -739,6 +739,7 @@ class Field:
return Field.Access(self.field,
tuple(sp.sympify(a).subs(old, new) for a in self.offsets),
tuple(sp.sympify(a).subs(old, new) for a in self.index),
is_absolute_access=self.is_absolute_access,
dtype=self.dtype)
@property
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment