你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-08 07:24:19 +08:00
Tidied some variable names
这个提交包含在:
@@ -128,11 +128,11 @@ class ModelBuildRun:
|
||||
|
||||
logger.info(config.get_model_config().inputfilestr)
|
||||
|
||||
scene = self.build_scene()
|
||||
self.build_scene()
|
||||
|
||||
# Print info on any subgrids
|
||||
for grid in G.subgrids:
|
||||
grid.print_info()
|
||||
for sg in G.subgrids:
|
||||
sg.print_info()
|
||||
|
||||
# Combine available grids
|
||||
grids = [G] + G.subgrids
|
||||
|
在新工单中引用
屏蔽一个用户