Import Geant4 10.5.0 source tree
This commit is contained in:
@@ -7,9 +7,8 @@
|
||||
# This package contains a set of Python interface with Geant4.
|
||||
# ==================================================================
|
||||
"""
|
||||
# $Id: __init__.py 107590 2017-11-24 11:59:22Z gcosmo $
|
||||
__version__ ='10.4'
|
||||
__date__ = 'December/2017'
|
||||
__version__ ='10.5'
|
||||
__date__ = 'December/2018'
|
||||
__author__ = 'K.Murakami (Koichi.Murakami@kek.jp)'
|
||||
|
||||
# import submodules
|
||||
@@ -38,9 +37,8 @@ def print_version():
|
||||
|
||||
Version : %s
|
||||
Date : %s
|
||||
Contact : %s
|
||||
=============================================================
|
||||
""" % ( __version__, __date__, __author__)
|
||||
""" % ( __version__, __date__)
|
||||
|
||||
# ==================================================================
|
||||
# initialize
|
||||
|
||||
Reference in New Issue
Block a user