你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-07 04:56:51 +08:00
Revised method of setting version number.
这个提交包含在:
@@ -1,2 +1 @@
|
|||||||
# This is where the version number is set and read by setup.py and conf.py (for the docs)
|
from gprMax._version import __version__
|
||||||
__version__ = '3.0.0b19'
|
|
@@ -1,7 +1,9 @@
|
|||||||
"""gprMax.__main__: executed when gprMax directory is called as script."""
|
"""gprMax.__main__: executed when gprMax directory is called as script."""
|
||||||
|
|
||||||
from .gprMax import main
|
import gprMax.gprMax
|
||||||
main()
|
|
||||||
|
if __name__ == '__main__':
|
||||||
|
gprMax.gprMax.main()
|
||||||
|
|
||||||
# Code profiling
|
# Code profiling
|
||||||
# Time profiling
|
# Time profiling
|
||||||
|
在新工单中引用
屏蔽一个用户