Tweaked logo printing.

这个提交包含在:
Craig Warren
2016-08-05 16:38:11 +01:00
父节点 4cc6fa9eb1
当前提交 de2828191a

查看文件

@@ -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))