source:
issm/oecreview/Archive/12061-12080/ISSM-12067-12068.diff@
12325
Last change on this file since 12325 was 12325, checked in by , 13 years ago | |
---|---|
File size: 600 bytes |
-
proj/ice/larour/issm-uci-clean/trunk-jpl/src/modules/Chaco/Chaco.cpp
53 53 /*Fetch adjacency matrix: */ 54 54 nvtxs = mxGetN(A_IN); 55 55 mwstart = mxGetJc(A_IN); 56 start=(int*)xmalloc( nvtxs*sizeof(int));56 start=(int*)xmalloc((nvtxs+1)*sizeof(int)); 57 57 for (i=0; i<nvtxs+1;i++)start[i]=(int)mwstart[i]; 58 58 59 59 mwadjacency = mxGetIr(A_IN);
Note:
See TracBrowser
for help on using the repository browser.