Skip to content
Snippets Groups Projects
Commit 4e6310e2 authored by Dominic Kempf's avatar Dominic Kempf
Browse files

[ci skip] fix pep8

parent 9abc9c3c
No related branches found
No related tags found
No related merge requests found
......@@ -61,8 +61,8 @@ def decide_if_kernel_is_necessary(facedir_s, facemod_s, facedir_n, facemod_n):
# NB: This is not true anymore for parallel computations, as we would like to
# skip computations on the overlap and that requires us to visit intersections
# on the right/upper part of the domain from within the domain.
#if facemod_s:
# return False
# if facemod_s:
# return False
# A codim1 entity can never be on the upper resp. lower side of the ref element
# in both inside and outside cell in a YaspGrid
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment