你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-06 04:26:52 +08:00
Corrected copy/paste error for reading reference response file.
这个提交包含在:
@@ -105,7 +105,7 @@ def xcorr(filename, args):
|
||||
"""
|
||||
|
||||
# Load (from text file) the reference response. See if file exists at specified path and if not try input file directory
|
||||
refrespfile = os.path.abspath(args['refrespfile'])
|
||||
refrespfile = os.path.abspath(args['refresp'])
|
||||
if not os.path.isfile(refrespfile):
|
||||
raise GeneralError('Cannot load reference response at {}'.format(refrespfile))
|
||||
with open(refresp, 'r') as f:
|
||||
|
在新工单中引用
屏蔽一个用户