From dec402d522905de4abc9dfe6cb78f06e7de77e3a Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Sun, 4 May 2003 08:56:21 +0000 Subject: [PATCH] test setting of global arrays git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4768 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/Examples/test-suite/python/arrays_global_runme.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 SWIG/Examples/test-suite/python/arrays_global_runme.py diff --git a/SWIG/Examples/test-suite/python/arrays_global_runme.py b/SWIG/Examples/test-suite/python/arrays_global_runme.py new file mode 100644 index 000000000..fb8b06e3a --- /dev/null +++ b/SWIG/Examples/test-suite/python/arrays_global_runme.py @@ -0,0 +1,4 @@ +import arrays_global + +arrays_global.cvar.array_i = arrays_global.cvar.array_const_i +