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

Adaptations to pystencils changes: stencil function renaming

parent 7890f4e2
No related merge requests found
Pipeline #15221 passed with stage
in 28 seconds
......@@ -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
......
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