你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-06 20:46:52 +08:00
Changed to binary file reading to overcome bug with not reading to end of file in Windows.
这个提交包含在:
@@ -38,7 +38,7 @@ renderview.ResetCamera()
|
||||
materials = []
|
||||
srcs_pml = []
|
||||
rxs = []
|
||||
with open(model.FileName[0], 'r') as f:
|
||||
with open(model.FileName[0], 'rb') as f:
|
||||
for line in f:
|
||||
if line.startswith('<Material'):
|
||||
line.rstrip('\n')
|
||||
|
在新工单中引用
屏蔽一个用户