Changeset 2032


Ignore:
Timestamp:
03/09/11 19:56:13 (13 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...

Uncommented necessary lines in regridChannel().


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/Scantable.cpp

    r2030 r2032  
    17301730//   //ofs << "newspec[" << nChan - 1 << "] = " << newspec[nChan-1] << endl ;
    17311731
    1732 //   specCol_.put( irow, newspec ) ;
    1733 //   flagsCol_.put( irow, newflag ) ;
    1734 
    17351732//   // ofs.close() ;
    17361733
     1734  specCol_.put( irow, newspec ) ;
     1735  flagsCol_.put( irow, newflag ) ;
    17371736
    17381737  return ;
Note: See TracChangeset for help on using the changeset viewer.