Changeset 2184


Ignore:
Timestamp:
06/02/11 12:13:56 (13 years ago)
Author:
Takeshi Nakazato
Message:

New Development: No

JIRA Issue: Yes CSV-929

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...

Bug fix to support empty TCAL column.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/MSFiller.cpp

    r2167 r2184  
    15671567  if ( !isSysCal_ ) {
    15681568    os_ << "No TCAL rows" << LogIO::POST ;
    1569     Block<uInt> tcalids( 0 ) ;
     1569    Block<uInt> tcalids( 4, 0 ) ;
    15701570    return  tcalids ;
    15711571  }   
     
    15751575  if ( !tcalrec_.isDefined( key ) ) {
    15761576    os_ << "No TCAL rows" << LogIO::POST ;
    1577     Block<uInt> tcalids( 0 ) ;
     1577    Block<uInt> tcalids( 4, 0 ) ;
    15781578    return tcalids ;
    15791579  }
Note: See TracChangeset for help on using the changeset viewer.