Skip to content

Commit

Permalink
small doc change
Browse files Browse the repository at this point in the history
  • Loading branch information
askhamwhat committed Oct 16, 2023
1 parent a91bff1 commit 3a0c43c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/fmm2dpy/fmm2d.py
Original file line number Diff line number Diff line change
Expand Up @@ -988,7 +988,7 @@ def bhfmm2d(*,eps,sources,charges=None,dipoles=None,
d_{j,3}/(\overline{x-x_{j}}) +
d_{j,2} (x-x_{j})/(\overline{x-x_{j}})^2\, ,
where $c_{j,1}$ are the charge densities, $d_{j,1}$, $d_{j,2}$,
where $c_{j,1}$, $c_{j,2}$ are the charge densities, $d_{j,1}$, $d_{j,2}$,
$d_{j,3}$ are the dipole strengths, and $x_{j}$ are the
source locations.
Expand Down Expand Up @@ -1589,7 +1589,7 @@ def bh2ddir(*,sources,targets,charges=None,dipoles=None,
d_{j,3}/(\overline{x-x_{j}}) +
d_{j,2} (x-x_{j})/(\overline{x-x_{j}})^2\, ,
where $c_{j,1}$ are the charge densities, $d_{j,1}$, $d_{j,2}$,
where $c_{j,1}$, $c_{j,2}$ are the charge densities, $d_{j,1}$, $d_{j,2}$,
$d_{j,3}$ are the dipole strengths, and $x_{j}$ are the
source locations.
Expand Down

0 comments on commit 3a0c43c

Please sign in to comment.