Skip to content
Snippets Groups Projects
Commit 340a4f3c authored by Martin Bauer's avatar Martin Bauer
Browse files

Worked on Benchmark

- new waLBerla only benchmark
parent e3bede08
No related merge requests found
...@@ -217,7 +217,7 @@ class LoopOverCoordinate(Node): ...@@ -217,7 +217,7 @@ class LoopOverCoordinate(Node):
def newLoopWithDifferentBody(self, newBody): def newLoopWithDifferentBody(self, newBody):
result = LoopOverCoordinate(newBody, self._coordinateToLoopOver, self._begin, self._end, self._increment) result = LoopOverCoordinate(newBody, self._coordinateToLoopOver, self._begin, self._end, self._increment)
result.prefixLines = self.prefixLines result.prefixLines = [l for l in self.prefixLines]
return result return result
@property @property
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment