你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-08 07:24:19 +08:00
explicitly set filepaths
这个提交包含在:
@@ -204,6 +204,14 @@ class SimulationConfig:
|
||||
else:
|
||||
self.input_file_path = Path(self.args.inputfile)
|
||||
|
||||
def set_output_file_path(self):
|
||||
# output file can be provided by the user. if they havent provided None
|
||||
# use the inputfilefile path instead
|
||||
if self.args.outputfile:
|
||||
self.output_file_path = Path(self.args.outputfile)
|
||||
else:
|
||||
self.output_file_path = Path(self.args.inputfile)
|
||||
|
||||
def create_simulation_config(args):
|
||||
|
||||
sc = SimulationConfig(args)
|
||||
|
在新工单中引用
屏蔽一个用户