你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-07 15:10:13 +08:00
Remove extra arg
这个提交包含在:
@@ -218,7 +218,7 @@ class ModelBuildRun:
|
||||
if not scene:
|
||||
scene = Scene()
|
||||
# Parse the input file into user objects and add them to the scene
|
||||
scene = parse_hash_commands(scene, self.G)
|
||||
scene = parse_hash_commands(scene)
|
||||
|
||||
# Creates the internal simulation objects
|
||||
scene.create_internal_objects(self.G)
|
||||
|
在新工单中引用
屏蔽一个用户