Ignore:
Timestamp:
04/07/06 09:41:02 (18 years ago)
Author:
mar637
Message:

fixed bug due to incorrect use of Table::rowNumbers (RTFM!).
added flagging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STSelector.cpp

    r995 r1000  
    123123  TableExprNode query;
    124124  intidmap::const_iterator it;
    125   for (it= intselections_.begin(); it != intselections_.end(); ++it) {
     125  for (it = intselections_.begin(); it != intselections_.end(); ++it) {
    126126    TableExprNode theset(Vector<Int>( (*it).second ));
    127127    if ( query.isNull() ) {
     
    154154      return sort(tab);
    155155    } else {
     156      cout << "query rows"<< tab(query).nrow() << endl;
    156157      return sort(tab(query));
    157158    }
Note: See TracChangeset for help on using the changeset viewer.