Ignore:
Timestamp:
10/04/16 18:20:50 (8 years ago)
Author:
Takeshi Nakazato
Message:

New Development: No

JIRA Issue: No

Ready for Test: Yes/No?

Interface Changes: Yes/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...


Check-in asap modifications from Jim regarding casacore namespace conversion.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/CalibrationManagerWrapper.h

    r3046 r3106  
    7878    calibrationManagerImpl_.setTsysSpw(spwlist);
    7979  }
    80   void setTsysSpwWithRange(const casa::Record &spwlist, bool average=false)
     80  void setTsysSpwWithRange(const casacore::Record &spwlist, bool average=false)
    8181  {
    8282    calibrationManagerImpl_.setTsysSpwWithRange(spwlist, average);
     
    8787    calibrationManagerImpl_.setTsysTransfer(from, to);
    8888  }
    89   void setCalibrationOptions(const casa::Record &options)
     89  void setCalibrationOptions(const casacore::Record &options)
    9090  {
    9191    calibrationManagerImpl_.setCalibrationOptions(options);
Note: See TracChangeset for help on using the changeset viewer.