你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-07 15:10:13 +08:00
Fixed issue when material name contained a plus sign
这个提交包含在:
@@ -341,7 +341,7 @@ class Comments():
|
||||
|
||||
def materials_comment(self):
|
||||
if not self.averaged_materials:
|
||||
return [m.ID for m in self.grid.materials if '+' not in m.ID]
|
||||
return [m.ID for m in self.grid.materials if m.type is not 'dielectric-smoothed']
|
||||
else:
|
||||
return [m.ID for m in self.grid.materials]
|
||||
|
||||
|
在新工单中引用
屏蔽一个用户