Re: C extension question

2007-11-01 Thread Matimus
On Nov 1, 7:07 am, [EMAIL PROTECTED] wrote: > I am currently trying to port some Python and Python C extension code > to C#, and am having trouble understanding what is happening in a > piece of the code. > > The pertinent pieces of code are below, and my question follows the > snippets: > > in foo

C extension question

2007-11-01 Thread chris . cenotti
I am currently trying to port some Python and Python C extension code to C#, and am having trouble understanding what is happening in a piece of the code. The pertinent pieces of code are below, and my question follows the snippets: in foo.py: (mgrid,xgrid,ygrid,zgrid,ngrids) = IP.CreateGridCel