From 1a27d641155e824c72ca548476ca086713477589 Mon Sep 17 00:00:00 2001
From: Guillaume Demesy <guillaume.demesy@fresnel.fr>
Date: Thu, 5 Sep 2019 10:37:31 +0200
Subject: [PATCH] comment

---
 ElectromagneticScattering/scattering_init.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ElectromagneticScattering/scattering_init.py b/ElectromagneticScattering/scattering_init.py
index 75999ad..51761f3 100644
--- a/ElectromagneticScattering/scattering_init.py
+++ b/ElectromagneticScattering/scattering_init.py
@@ -38,7 +38,7 @@ def field_VSH_expansion(post_filename):
     FF_erCrossXnm_p = np.zeros((npts_theta,npts_phi,p_max),dtype=complex)
     #####################################
     ##### sn, pn ,un
-    ##### Brian's recurrence relations
+    ##### Brian Stout's recurrence relations (B_ arrays)
     B_Pnpms        = np.zeros((npts_theta,m_max+1,n_max+1))
     B_unpms        = np.zeros((npts_theta,m_max+1,n_max+1))
     B_snpms        = np.zeros((npts_theta,m_max+1,n_max+1))
@@ -88,7 +88,7 @@ def field_VSH_expansion(post_filename):
     
     #####################################
     ##### sn, pn ,un
-    ##### Brian's recurrence relations
+    ##### Brian Stout's recurrence relations (B_ arrays)
     m_max = n_max
     p_max = n_max*n_max+2*n_max
     aM_nm   = np.zeros(p_max,dtype=complex)
-- 
GitLab