Remove unwanted return
This commit is contained in:
parent
2787908640
commit
41bec05d4e
1 changed files with 1 additions and 1 deletions
|
|
@ -545,4 +545,4 @@ def e_boundary_source(mask: vfield_t,
|
||||||
r3 = sparse.block_diag((r, r, r))
|
r3 = sparse.block_diag((r, r, r))
|
||||||
jmask = numpy.logical_or(jmask, numpy.abs(r3 @ mask))
|
jmask = numpy.logical_or(jmask, numpy.abs(r3 @ mask))
|
||||||
|
|
||||||
return sparse.diags(jmask.astype(int)) @ full, jmask
|
return sparse.diags(jmask.astype(int)) @ full
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue