你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-08 07:24:19 +08:00
Improve method to check if subgrid.
这个提交包含在:
@@ -80,7 +80,7 @@ class UserObjectMulti:
|
|||||||
string if the grid is the main grid.
|
string if the grid is the main grid.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
if config.sim_config.general['subgrid'] and grid.name != 'main_grid':
|
if isinstance(grid, SubGridBase):
|
||||||
return f'[{grid.name}] '
|
return f'[{grid.name}] '
|
||||||
else:
|
else:
|
||||||
return ''
|
return ''
|
||||||
|
在新工单中引用
屏蔽一个用户