Import Geant4 8.1.0 source tree
This commit is contained in:
Executable
+11
@@ -0,0 +1,11 @@
|
||||
#!/usr/bin/python
|
||||
# ==================================================================
|
||||
# python script for Geant4Py test
|
||||
#
|
||||
#
|
||||
# ==================================================================
|
||||
import test11
|
||||
|
||||
a= test11.AClass(1)
|
||||
b= test11.AClass()
|
||||
|
||||
Reference in New Issue
Block a user