Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Stephan Seitz
pystencils
Commits
aa6dfe57
Commit
aa6dfe57
authored
Dec 19, 2019
by
Stephan Seitz
Browse files
⭐
⭐
⭐
Add a star to correctly get atoms of InterpolatorAccess
⭐
⭐
⭐
parent
f9e88655
Pipeline
#20679
passed with stage
in 2 minutes and 19 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
pystencils/interpolation_astnodes.py
View file @
aa6dfe57
...
...
@@ -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
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment