你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-08 07:24:19 +08:00
Add TODO to fix broken receiver output function
这个提交包含在:
@@ -46,6 +46,7 @@ def store_outputs(G):
|
|||||||
# Store current component
|
# Store current component
|
||||||
else:
|
else:
|
||||||
func = globals()[output]
|
func = globals()[output]
|
||||||
|
# TODO: Test this still works - likely broken by removing 'Ix' etc functions
|
||||||
rx.outputs[output][iteration] = func(rx.xcoord, rx.ycoord, rx.zcoord, Hx, Hy, Hz, G)
|
rx.outputs[output][iteration] = func(rx.xcoord, rx.ycoord, rx.zcoord, Hx, Hy, Hz, G)
|
||||||
|
|
||||||
for tl in G.transmissionlines:
|
for tl in G.transmissionlines:
|
||||||
|
在新工单中引用
屏蔽一个用户