你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-04 11:36:52 +08:00
Correct bug with adding existing materials number twice
这个提交包含在:
@@ -135,7 +135,7 @@ class ReadGeometryObject(AbstractContextManager):
|
||||
if data.dtype != "int16":
|
||||
data = data.astype("int16")
|
||||
|
||||
return data + self.num_existing_materials
|
||||
return data
|
||||
|
||||
def read_rigidE(self):
|
||||
if self.grid_view is None:
|
||||
|
在新工单中引用
屏蔽一个用户