Changeset 2959 for trunk


Ignore:
Timestamp:
06/27/14 19:36:20 (10 years ago)
Author:
Takeshi Nakazato
Message:

New Development: No

JIRA Issue: Yes CAS-6582

Ready for Test: Yes

Interface Changes: Yes/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...

Bug fix for handling of data that one scan is fully flagged but other
scans are valid.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STMath.cpp

    r2952 r2959  
    374374      rowstodelB[nrowdel] = i ;
    375375      nrowdel++ ;
     376      outrowCount++;
     377      acc.reset();
    376378      iter.next();
    377379      continue;
     
    418420  if ( nrowdel > 0 ) {
    419421    Vector<uInt> rowstodelete( IPosition(1,nrowdel), rowstodelB.storage(), SHARE ) ;
    420     os << rowstodelete << LogIO::POST ;
     422    //os << rowstodelete << LogIO::POST ;
    421423    tout.removeRow(rowstodelete);
    422424    if (tout.nrow() == 0) {
Note: See TracChangeset for help on using the changeset viewer.