你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-06 12:36:51 +08:00
Tweaked logo printing.
这个提交包含在:
@@ -31,7 +31,7 @@ def logo(version):
|
||||
version (str): Version number.
|
||||
"""
|
||||
|
||||
description = 'Electromagnetic modelling software based on the Finite-Difference Time-Domain (FDTD) method'
|
||||
description = '"Electromagnetic modelling software based on the Finite-Difference Time-Domain (FDTD) method"'
|
||||
copyright = 'Copyright (C) 2015-2016: The University of Edinburgh'
|
||||
authors = 'Authors: Craig Warren and Antonis Giannopoulos'
|
||||
licenseinfo1 = 'gprMax is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.\n'
|
||||
@@ -46,7 +46,7 @@ def logo(version):
|
||||
|___/|_|
|
||||
v""" + version
|
||||
|
||||
print('\n{}'.format('-' * get_terminal_size()[0]))
|
||||
print('\n{}'.format('=' * get_terminal_size()[0]))
|
||||
|
||||
|
||||
print('{}'.format(logo))
|
||||
|
在新工单中引用
屏蔽一个用户