From 4e6310e20404592440c3e437e8ae13a7268dd5b6 Mon Sep 17 00:00:00 2001 From: Dominic Kempf <dominic.kempf@iwr.uni-heidelberg.de> Date: Wed, 4 Oct 2017 10:22:42 +0200 Subject: [PATCH] [ci skip] fix pep8 --- python/dune/perftool/sumfact/switch.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/dune/perftool/sumfact/switch.py b/python/dune/perftool/sumfact/switch.py index 592cfee2..a420850d 100644 --- a/python/dune/perftool/sumfact/switch.py +++ b/python/dune/perftool/sumfact/switch.py @@ -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 -- GitLab