Ignore:
Timestamp:
03/11/13 12:46:39 (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: test_sdcal2

Put in Release Notes: No

Module(s): Module Names change impacts.

Description: Describe your changes here...

Bug fix on handling data selection of input Scantable object.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STCalibration.h

    r2757 r2786  
    2525#include "STDefs.h"
    2626#include "STApplyTable.h"
     27#include "STSelector.h"
    2728
    2829namespace asap {
     
    4748
    4849protected:
    49   virtual void setupSelector() = 0;
     50  virtual void setupSelector(const STSelector &sel) = 0;
    5051  virtual void fillCalTable() = 0;
    5152
Note: See TracChangeset for help on using the changeset viewer.