Import Geant4 10.3.0 source tree
This commit is contained in:
@@ -7,9 +7,9 @@
|
||||
# This package contains a set of Python interface with Geant4.
|
||||
# ==================================================================
|
||||
"""
|
||||
# $Id: __init__.py 94382 2015-11-13 10:18:01Z gcosmo $
|
||||
__version__ ='10.2.0'
|
||||
__date__ = 'November/2015'
|
||||
# $Id: __init__.py 101648 2016-11-21 08:42:14Z gcosmo $
|
||||
__version__ ='10.3'
|
||||
__date__ = 'November/2016'
|
||||
__author__ = 'K.Murakami (Koichi.Murakami@kek.jp)'
|
||||
|
||||
# import submodules
|
||||
@@ -35,7 +35,7 @@ from .colortable import *
|
||||
def print_version():
|
||||
print("""=============================================================
|
||||
Welcome to Geant4Py (A Geant4-Python Bridge)
|
||||
|
||||
|
||||
Version : %s
|
||||
Date : %s
|
||||
Contact : %s
|
||||
@@ -153,7 +153,7 @@ if G4VisManager.GetConcreteInstance() == None:
|
||||
gVisManager.RegisterGraphicsSystem(_heprep_file)
|
||||
gVisManager.RegisterGraphicsSystem(_atree)
|
||||
gVisManager.RegisterGraphicsSystem(_raytracer)
|
||||
|
||||
|
||||
gVisManager.Initialize()
|
||||
|
||||
# version information
|
||||
|
||||
Reference in New Issue
Block a user