From fcdf4bbba936dd5f83da81487801db51dbbad608 Mon Sep 17 00:00:00 2001 From: Hagen Wierstorf Date: Wed, 13 Jan 2016 12:47:40 +0100 Subject: [PATCH] PEP8 correction --- sfs/mono/drivingfunction.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sfs/mono/drivingfunction.py b/sfs/mono/drivingfunction.py index 7330fe1..1fa2840 100644 --- a/sfs/mono/drivingfunction.py +++ b/sfs/mono/drivingfunction.py @@ -203,6 +203,7 @@ def source_selection_point(n0, x0, xs): ds = x0 - xs return inner1d(ds, n0) >= defs.selection_tolerance + def source_selection_line(n0, x0, xs): """Secondary source selection for a line source.