From ca01c01d157bad8ecaa4deb60a70df8a4921d5a8 Mon Sep 17 00:00:00 2001 From: markus holzer <markus.holzer@fau.de> Date: Sun, 9 Aug 2020 21:48:00 +0200 Subject: [PATCH] Removed wrong Max print function --- pystencils/backends/cbackend.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/pystencils/backends/cbackend.py b/pystencils/backends/cbackend.py index 94f347729..9f576b4aa 100644 --- a/pystencils/backends/cbackend.py +++ b/pystencils/backends/cbackend.py @@ -589,9 +589,6 @@ class VectorizedCustomSympyPrinter(CustomSympyPrinter): result = self.instruction_set['&'].format(result, item) return result - def _print_Max(self, expr): - return "test" - def _print_Or(self, expr): result = self._scalarFallback('_print_Or', expr) if result: -- GitLab