你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-08 07:24:19 +08:00
Adjusted PV version number check.
这个提交包含在:
@@ -25,10 +25,10 @@ from paraview.simple import *
|
||||
|
||||
# Read Paraview version number to set threshold filter method
|
||||
pvv = GetParaViewVersion()
|
||||
if pvv.major == 5 and pvv.minor > 9:
|
||||
new_thres = True
|
||||
else:
|
||||
if pvv.major == 5 and pvv.minor < 10:
|
||||
new_thres = False
|
||||
else:
|
||||
new_thres = True
|
||||
|
||||
def threshold_filt(input, lt, ut, scalars):
|
||||
"""Create threshold filter according to Paraview version.
|
||||
|
在新工单中引用
屏蔽一个用户