你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-07 04:56:51 +08:00
Corrected bug with x-z plane cylindrical sector.
这个提交包含在:
@@ -429,7 +429,7 @@ cpdef void build_cylindrical_sector(float ctr1, float ctr2, int level, float sec
|
||||
thicknesscells = round_value(thickness/dy)
|
||||
|
||||
for x in range(x1, x2):
|
||||
for z in range(z2, z2):
|
||||
for z in range(z1, z2):
|
||||
if is_inside_sector(x * dx + 0.5 * dx, z * dz + 0.5 * dz, ctr1, ctr2, sectorstartangle, sectorangle, radius):
|
||||
if thicknesscells == 0:
|
||||
build_face_xz(x, level, z, numIDx, numIDz, rigidE, rigidH, ID)
|
||||
|
在新工单中引用
屏蔽一个用户