Skip to content

Commit

Permalink
PEP8 correction
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenw committed Apr 8, 2016
1 parent f30681e commit fcdf4bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sfs/mono/drivingfunction.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit fcdf4bb

Please sign in to comment.