你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-06 20:46:52 +08:00
Corrected help text for fields argument.
这个提交包含在:
@@ -43,7 +43,7 @@ time = time / 1e-9
|
||||
# Check for valid field names
|
||||
for field in args.fields:
|
||||
if field not in fieldslist:
|
||||
raise CmdInputError('{} not allowed. Options are: Ex, Ey, Ez, Hx, Hy, Hz'.format(field))
|
||||
raise CmdInputError('{} not allowed. Options are: Ex Ey Ez Hx Hy Hz'.format(field))
|
||||
|
||||
for rx in range(1, nrx + 1):
|
||||
path = '/rxs/rx' + str(rx) + '/'
|
||||
|
在新工单中引用
屏蔽一个用户