Parent Directory
|
Revision Log
|
Patch
revision 3311 by jfenwick, Thu Jan 28 02:03:15 2010 UTC | revision 3312 by gross, Tue Oct 26 07:54:58 2010 UTC | |
---|---|---|
# | Line 234 Paso_Pattern* Finley_IndexList_createPat | Line 234 Paso_Pattern* Finley_IndexList_createPat |
234 | for(i=n0;i<n;++i) { | for(i=n0;i<n;++i) { |
235 | Finley_IndexList_toArray(&index_list[i],&index[ptr[i-n0]],range_min,range_max,index_offset); | Finley_IndexList_toArray(&index_list[i],&index[ptr[i-n0]],range_min,range_max,index_offset); |
236 | } | } |
237 | out=Paso_Pattern_alloc(PATTERN_FORMAT_DEFAULT,n-n0,range_max+index_offset,ptr,index); | out=Paso_Pattern_alloc(MATRIX_FORMAT_DEFAULT,n-n0,range_max+index_offset,ptr,index); |
238 | } | } |
239 | } | } |
240 | if (! Finley_noError()) { | if (! Finley_noError()) { |
|
ViewVC Help | |
Powered by ViewVC 1.1.26 |