Changeset 2204


Ignore:
Timestamp:
06/29/11 16:46:41 (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...

Bug fix on getting Tsys.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/MSFiller.cpp

    r2187 r2204  
    816816                Matrix<Float> tsys ;
    817817                if ( sysCalIdx[irow] != -1 && colTsys_ != "NONE" )
    818                   tsys = scTsysCol( irow ) ;
     818                  tsys = scTsysCol( sysCalIdx[irow] ) ;
    819819                else
    820820                  tsys = defaulttsys ;
Note: See TracChangeset for help on using the changeset viewer.