你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-07 23:14:03 +08:00
Updated naming of geometry files when multiple models are run.
这个提交包含在:
@@ -65,7 +65,7 @@ class GeometryView:
|
|||||||
if numbermodelruns == 1:
|
if numbermodelruns == 1:
|
||||||
self.filename = G.inputdirectory + self.filename
|
self.filename = G.inputdirectory + self.filename
|
||||||
else:
|
else:
|
||||||
self.filename = G.inputdirectory + self.filename + '_' + str(modelrun)
|
self.filename = G.inputdirectory + self.filename + str(modelrun)
|
||||||
|
|
||||||
# No Python 3 support for VTK at time of writing (03/2015)
|
# No Python 3 support for VTK at time of writing (03/2015)
|
||||||
self.vtk_nx = self.xf - self.xs
|
self.vtk_nx = self.xf - self.xs
|
||||||
|
在新工单中引用
屏蔽一个用户