Changeset 2548


Ignore:
Timestamp:
05/25/12 19:02:15 (12 years ago)
Author:
Takeshi Nakazato
Message:

New Development: No

JIRA Issue: No

Ready for Test: Yes

Interface Changes: No

What Interface Changed: Please list interface changes

Test Programs: List test programs

Put in Release Notes: Yes/No?

Module(s): Module Names change impacts.

Description: Describe your changes here...

Commented out a few unecessary logs.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/hpc33/src/STIdxIter.cpp

    r2547 r2548  
    173173  Block<uInt> v = iter_m->current() ;
    174174  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 ;
    177177//   if ( c < 0 ) {
    178178  if ( c > ncol_m-1 ) {
     
    196196    offset-- ;
    197197  offset++ ;
    198   cout << "offset = " << offset << endl ;
     198//   cout << "offset = " << offset << endl ;
    199199  uInt *base = storage_m.storage() + offset * nrow_m ;
    200200//   cout << "len_m[c+1]=" << len_m[c+1] << endl ;
     
    204204  for ( Int i = c+1 ; i <= ncol_m ; i++ ) {
    205205    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 ;
    207207//     cout << "base=" << Vector<uInt>(IPosition(1,len_m[i]),base,SHARE) << endl ;
    208208  }
     
    210210  pos_m[0] = len_m[ncol_m] ;
    211211//   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 ;
    213213  return Vector<uInt>( pos_m, base, policy ) ;
    214214}
Note: See TracChangeset for help on using the changeset viewer.