add complex matrix support

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2009-sploving@11330 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Baozeng Ding 2009-06-29 15:27:06 +00:00
commit 86a125e910
5 changed files with 118 additions and 59 deletions

View file

@ -23,6 +23,9 @@ char cvar = 0;
float fvar = 0;
double dvar = 0;
char *strvar=0;
double *Foo1;
double *Foo2;
/* A debugging function to print out their values */