- Timestamp:
- 05/25/12 19:02:15 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/hpc33/src/STIdxIter.cpp
r2547 r2548 173 173 Block<uInt> v = iter_m->current() ; 174 174 Int c = isChanged( v ) ; 175 cout << "v=" << Vector<uInt>(IPosition(1,v.nelements()),v.storage(),SHARE) << endl ;176 cout << "c=" << c << endl ;175 // cout << "v=" << Vector<uInt>(IPosition(1,v.nelements()),v.storage(),SHARE) << endl ; 176 // cout << "c=" << c << endl ; 177 177 // if ( c < 0 ) { 178 178 if ( c > ncol_m-1 ) { … … 196 196 offset-- ; 197 197 offset++ ; 198 cout << "offset = " << offset << endl ;198 // cout << "offset = " << offset << endl ; 199 199 uInt *base = storage_m.storage() + offset * nrow_m ; 200 200 // cout << "len_m[c+1]=" << len_m[c+1] << endl ; … … 204 204 for ( Int i = c+1 ; i <= ncol_m ; i++ ) { 205 205 base = updateStorage( i, base, idxlist_m[i-1][v[i-1]] ) ; 206 cout << "len_m[" << i << "]=" << len_m[i] << endl ;206 // cout << "len_m[" << i << "]=" << len_m[i] << endl ; 207 207 // cout << "base=" << Vector<uInt>(IPosition(1,len_m[i]),base,SHARE) << endl ; 208 208 } … … 210 210 pos_m[0] = len_m[ncol_m] ; 211 211 // cout << "pos_m=" << pos_m << endl ; 212 cout << "ret=" << Vector<uInt>( pos_m, base, policy ) << endl ;212 // cout << "ret=" << Vector<uInt>( pos_m, base, policy ) << endl ; 213 213 return Vector<uInt>( pos_m, base, policy ) ; 214 214 }
Note:
See TracChangeset
for help on using the changeset viewer.