你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-08 07:24:19 +08:00
Incomplete mods and updates as discussed will John. Not implemented new config yet.
这个提交包含在:
@@ -17,11 +17,14 @@
|
||||
# along with gprMax. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
import argparse
|
||||
import logging
|
||||
|
||||
from .config import create_simulation_config
|
||||
from .contexts import create_context
|
||||
|
||||
|
||||
logging.basicConfig(level=logging.INFO)
|
||||
|
||||
def run(
|
||||
scenes=None,
|
||||
inputfile=None,
|
||||
@@ -137,3 +140,4 @@ def run_main(args):
|
||||
sim_config = create_simulation_config(args)
|
||||
context = create_context(sim_config)
|
||||
context.run()
|
||||
context.print_time_report()
|
||||
|
在新工单中引用
屏蔽一个用户