source: trunk/environments/g4py/tests/test13/test.py @ 1358

Last change on this file since 1358 was 1337, checked in by garnier, 14 years ago

tag geant4.9.4 beta 1 + modifs locales

  • Property svn:executable set to *
File size: 289 bytes
Line 
1#!/usr/bin/python
2# ==================================================================
3# python script for Geant4Py test
4#
5#
6# ==================================================================
7import test13
8
9alist= test13.alloc_int()
10print alist
11
12test13.operate_list(alist)
13
14print alist
15
Note: See TracBrowser for help on using the repository browser.