From 9494b9491f96099cb90fcf02733809d1b5b80874 Mon Sep 17 00:00:00 2001 From: Stephan Seitz <stephan.seitz@fau.de> Date: Thu, 23 Jan 2020 20:18:33 +0100 Subject: [PATCH] Start work on walbera app generation --- src/pystencils_autodiff/timeloop_astnodes.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pystencils_autodiff/timeloop_astnodes.py b/src/pystencils_autodiff/timeloop_astnodes.py index 81518e0..fcb2fc9 100644 --- a/src/pystencils_autodiff/timeloop_astnodes.py +++ b/src/pystencils_autodiff/timeloop_astnodes.py @@ -143,4 +143,3 @@ class SwapBuffer(CustomNode): @property def args(self): return (self.first_array, self.second_array) - -- GitLab