Ignore:
Timestamp:
01/28/13 16:46:26 (11 years ago)
Author:
Takeshi Nakazato
Message:

New Development: No

JIRA Issue: Yes CAS-4770

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 for the case when only one row is selected in a certain iteration
loop.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STCalibration.h

    r2747 r2749  
    1919#include <casa/BasicSL/String.h>
    2020#include <casa/Utilities/CountedPtr.h>
     21#include <casa/Logging/LogIO.h>
    2122
    2223#include <scimath/Mathematics/InterpolateArray1D.h>
     
    5051  casa::CountedPtr<Scantable> scantable_;
    5152  casa::CountedPtr<STApplyTable> applytable_;
     53  casa::LogIO os_;
    5254};
    5355
Note: See TracChangeset for help on using the changeset viewer.