Ignore:
Timestamp:
01/23/13 19:22:04 (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...

Changed implementation not to use friend.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/CalibrationManager.cpp

    r2742 r2747  
    155155    STCalTsys cal(target_, spwlist_);
    156156    cal.calibrate();
    157     tsystables_.push_back(cal.applytable_);
     157    tsystables_.push_back(cal.applytable());
    158158  }
    159159  else if (calmode_ == "PS") {
     
    165165      STCalSkyPSAlma cal(target_);
    166166      cal.calibrate();
    167       skytables_.push_back(cal.applytable_);
     167      skytables_.push_back(cal.applytable());
    168168    }
    169169    else {
Note: See TracChangeset for help on using the changeset viewer.