Skip to content
This repository has been archived by the owner on Aug 25, 2022. It is now read-only.

Commit

Permalink
Removed deprecated argument
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Sepanski committed Feb 24, 2020
1 parent 505e678 commit 50f87ce
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions fd2mm/op.py
Original file line number Diff line number Diff line change
Expand Up @@ -285,20 +285,10 @@ def fd_bind(cl_ctx, fspace_analog, op, source=None, target=None,
:arg qbx_kwargs: ``**qbx_kwargs`` is passed to the constructor
for a :class:`pytential.qbx.QBXLayerPotentialSource`
At least one of the following two arguments must be *False*
:kwarg source_only_near_bdy: If *True*, allow conversion of
source function space only
near the give source bdy id, if
one is given.
:kwarg with_refinement: If *True*, use refined qbx for source, this
is highly recommended
"""
if qbx_kwargs is None:
raise ValueError(":arg:`qbx_kwargs` is *None*, but needs to be supplied")

source_only_near_bdy = kwargs.get('source_only_near_bdy', False)
with_refinement = kwargs.get('with_refinement', False)

# Source and target will now be (fspace, bdy_id or *None*)
Expand Down

0 comments on commit 50f87ce

Please sign in to comment.