你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-08 07:24:19 +08:00
add ouputfile parameter to api
这个提交包含在:
@@ -24,7 +24,9 @@ import argparse
|
||||
|
||||
def api(
|
||||
scenes=None,
|
||||
id=None,
|
||||
inputfile=None,
|
||||
outputfile=None,
|
||||
n=1,
|
||||
task=None,
|
||||
restart=None,
|
||||
@@ -46,6 +48,7 @@ def api(
|
||||
|
||||
args.scenes = scenes
|
||||
args.inputfile = inputfile
|
||||
args.outputfile = outputfile
|
||||
args.n = n
|
||||
args.task = task
|
||||
args.restart = restart
|
||||
|
在新工单中引用
屏蔽一个用户