Skip to content

Commit

Permalink
修复因 MoM_Basics 更新导致的 r̂θϕInfo 计算问题。
Browse files Browse the repository at this point in the history
  • Loading branch information
deltaeecs committed May 14, 2023
1 parent c0155c3 commit 091c4f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MLFMA/LagrangeInterpolation.jl
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ function levelIntegralInfoCal(levelCubeEdgel::FT, ::Union{Val{:Lagrange2Step}, V

# 将数据保存在 levelsPoles 中,按照 θ 方向连续的顺序,将所有采样点信息保存为一向量
# 计算所有极子的信息
r̂sθsϕs = [r̂θϕInfo{FT}(θ, ϕ) for ϕ in Xϕs for θ in Xθs]
r̂sθsϕs = [r̂θϕInfo(θ, ϕ) for ϕ in Xϕs for θ in Xθs]
# 所有采样点权重
Wθϕs = [Wθ *forin Wϕs forin Wθs]

Expand Down

0 comments on commit 091c4f4

Please sign in to comment.