你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-08 07:24:19 +08:00
Correct bug with naming geometry files for multiple runs.
这个提交包含在:
@@ -1,4 +1,4 @@
|
|||||||
# Copyright (C) 2015-2022: The University of Edinburgh
|
# Copyright (C) 2015-2022: The University of Edinburgh, United Kingdom
|
||||||
# Authors: Craig Warren, Antonis Giannopoulos, and John Hartley
|
# Authors: Craig Warren, Antonis Giannopoulos, and John Hartley
|
||||||
#
|
#
|
||||||
# This file is part of gprMax.
|
# This file is part of gprMax.
|
||||||
@@ -123,7 +123,7 @@ class GeometryView():
|
|||||||
"""Construct filename from user-supplied name and model run number."""
|
"""Construct filename from user-supplied name and model run number."""
|
||||||
parts = config.get_model_config().output_file_path.parts
|
parts = config.get_model_config().output_file_path.parts
|
||||||
self.filename = Path(*parts[:-1],
|
self.filename = Path(*parts[:-1],
|
||||||
self.filename + config.get_model_config().appendmodelnumber)
|
parts[-1] + config.get_model_config().appendmodelnumber)
|
||||||
|
|
||||||
|
|
||||||
class GeometryViewLines(GeometryView):
|
class GeometryViewLines(GeometryView):
|
||||||
|
在新工单中引用
屏蔽一个用户