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:
parent
5d23e5310a
commit
86a125e910
5 changed files with 118 additions and 59 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue