Skip to content
Snippets Groups Projects
Commit 1a27d641 authored by Guillaume Demesy's avatar Guillaume Demesy
Browse files

comment

parent a382fc08
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment