Changeset 2864 for trunk


Ignore:
Timestamp:
10/29/13 18:40:48 (11 years ago)
Author:
Kana Sugimoto
Message:

New Development: No

JIRA Issue: Yes (CAS-4141)

Ready for Test: Yes

Interface Changes: No

What Interface Changed:

Test Programs:

Put in Release Notes: No

Module(s): asap.sbseparator

Description: Fixed a bug which occurs when getbothside=False.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STSideBandSep.cpp

    r2858 r2864  
    411411  initshift();
    412412
    413   const bool setImg = ( doboth_ && (imgShift_.size() == 0) );
     413//   const bool setImg = ( doboth_ && (imgShift_.size() == 0) );
     414  const bool setImg = (imgShift_.size() == 0);
    414415  // Select IFs
    415416  for (unsigned int itab = 0; itab < ntable_; itab++ ){
Note: See TracChangeset for help on using the changeset viewer.