WIP: Hyteg
Compare changes
- Nils Kohl authored
Conflict: This file was modified in the source branch, but removed in the target branch.
Ask someone with write access to resolve it.
+ 3
− 1
@@ -13,7 +13,7 @@ except ImportError:
@@ -13,7 +13,7 @@ except ImportError:
from pystencils.integer_functions import bitwise_xor, bit_shift_right, bit_shift_left, bitwise_and, \
from pystencils.data_types import create_type, PointerType, get_type_of_expression, VectorType, cast_func, \
@@ -308,6 +308,8 @@ class CustomSympyPrinter(CCodePrinter):
@@ -308,6 +308,8 @@ class CustomSympyPrinter(CCodePrinter):