--On 12/15/2004 04:08:57 PM -0600 [EMAIL PROTECTED] wrote:
I used an arry pointer at that location and  d
Do you mean to use
DXNewArray( TYPE_FLOAT, CATEGORY_REAL, 1, 2 );

Yes, that is correct. The documentation is poor - it mentions the last "rank" arguments but doesn't give their type.

to create 2D vector array instead of using a pointer as parameter like
int shape[1];
shape[0]=2;
DXNewArray( TYPE_FLOAT, CATEGORY_REAL, 1, shape );

This form of the arguments are for DXNewArrayV.

Kent
- - -
Kent Eschenberg   [EMAIL PROTECTED]   412-268-6829
Pittsburgh Supercomputing Center

Reply via email to