add more template+namespaces+matrix cases
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7046 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
5a8fa59771
commit
7796b3bede
2 changed files with 77 additions and 0 deletions
6
Examples/test-suite/python/template_matrix_runme.py
Normal file
6
Examples/test-suite/python/template_matrix_runme.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
from template_matrix import *
|
||||
passVector([1,2,3])
|
||||
passMatrix([[1,2],[1,2,3]])
|
||||
passCube([[[1,2],[1,2,3]],[[1,2],[1,2,3]]])
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue