Skip to content
Snippets Groups Projects
Commit 6a562914 authored by Julian Hammer's avatar Julian Hammer
Browse files

added comment

parent 4ae9e360
No related branches found
No related tags found
No related merge requests found
......@@ -60,7 +60,8 @@ class PyStencilsKerncraftKernel(kerncraft.kernel.KernelCode):
if isinstance(cur_node, LoopOverCoordinate):
loop_counter_sym = cur_node.loop_counter_symbol
loop_info = (loop_counter_sym.name, cur_node.start, cur_node.stop, 1)
# cur_node.step)
# If the correct step were to be provided, all access within that step length will
# also need to be passed to kerncraft: cur_node.step)
self._loop_stack.append(loop_info)
cur_node = cur_node.parent
self._loop_stack = list(reversed(self._loop_stack))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment