16 lines
289 B
Python
Executable File
16 lines
289 B
Python
Executable File
#!/usr/bin/python
|
|
# ==================================================================
|
|
# python script for Geant4Py test
|
|
#
|
|
#
|
|
# ==================================================================
|
|
import test13
|
|
|
|
alist= test13.alloc_int()
|
|
print alist
|
|
|
|
test13.operate_list(alist)
|
|
|
|
print alist
|
|
|