你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-07 23:14:03 +08:00
Updated type string for imported materials.
这个提交包含在:
@@ -93,7 +93,10 @@ def process_geometrycmds(geometry, G):
|
||||
# Update material type
|
||||
for material in G.materials:
|
||||
if material.numID >= numexistmaterials:
|
||||
material.type += ', imported'
|
||||
if material.type:
|
||||
material.type += ', imported'
|
||||
else:
|
||||
material.type = 'imported'
|
||||
|
||||
# See if geometry object file exists at specified path and if not try input file directory
|
||||
if not os.path.isfile(geofile):
|
||||
|
在新工单中引用
屏蔽一个用户