你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-06 20:46:52 +08:00
Corrected bug with specifying default fields for a receiver.
这个提交包含在:
@@ -262,7 +262,7 @@ def process_multicmds(multicmds, G):
|
||||
|
||||
# If no ID or outputs are specified use default, i.e Ex, Ey, Ez, Hx, Hy, Hz
|
||||
if len(tmp) == 3:
|
||||
r.outputs = Rx.availableoutputs[0:5]
|
||||
r.outputs = Rx.availableoutputs[0:6]
|
||||
else:
|
||||
r.ID = tmp[3]
|
||||
# Check and add field output names
|
||||
|
在新工单中引用
屏蔽一个用户