From 3a0c43c85a52eace69310c1952edbccd8afcdb70 Mon Sep 17 00:00:00 2001 From: Travis Askham Date: Mon, 16 Oct 2023 09:38:40 -0400 Subject: [PATCH] small doc change --- python/fmm2dpy/fmm2d.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/fmm2dpy/fmm2d.py b/python/fmm2dpy/fmm2d.py index 3200088..8939e60 100644 --- a/python/fmm2dpy/fmm2d.py +++ b/python/fmm2dpy/fmm2d.py @@ -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. @@ -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.