你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-07 15:10:13 +08:00
Removed white space from join string for rx IDs. Not sure why it was there.
这个提交包含在:
@@ -658,7 +658,7 @@ def rx(x, y, z, identifier=None, to_save=None, polarisation=None, dxdy=None, rot
|
||||
c = Coordinate(x, y, z)
|
||||
to_save_str = ''
|
||||
if to_save is not None:
|
||||
to_save_str = ' '.join(to_save)
|
||||
to_save_str = ''.join(to_save)
|
||||
|
||||
command('rx', str(c), identifier, to_save_str)
|
||||
|
||||
|
在新工单中引用
屏蔽一个用户