From 045e337db5ff53d82fdc422394c6ca424f31b25e Mon Sep 17 00:00:00 2001 From: Martin Bauer <martin.bauer@fau.de> Date: Sun, 5 May 2019 16:03:48 +0200 Subject: [PATCH] Adaptations to pystencils changes: stencil function renaming --- pystencils_walberla/codegen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pystencils_walberla/codegen.py b/pystencils_walberla/codegen.py index fbe5db3..84c73f0 100644 --- a/pystencils_walberla/codegen.py +++ b/pystencils_walberla/codegen.py @@ -6,7 +6,7 @@ from typing import Dict, Sequence, Tuple, Optional from pystencils import create_staggered_kernel, Field, create_kernel, Assignment, FieldType from pystencils.backends.cbackend import get_headers from pystencils.backends.simd_instruction_sets import get_supported_instruction_sets -from pystencils.stencils import offset_to_direction_string, inverse_direction +from pystencils.stencil import offset_to_direction_string, inverse_direction from pystencils_walberla.jinja_filters import add_pystencils_filters_to_jinja_env -- GitLab