Files
geant4/environments/g4py/tests/test11/test.py
T
2016-12-09 12:35:28 +01:00

15 lines
318 B
Python
Executable File

#!/usr/bin/python
# ==================================================================
# python script for Geant4Py test
#
#
# ==================================================================
import test11
a= test11.AClass(1)
try:
b = test11.AClass()
except:
print "AClass default constructor is not allowed."