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/STApplyCal.cpp

    r3077 r3106  
    4242
    4343
    44 using namespace casa;
     44using namespace casacore;
    4545using namespace std;
    4646
     
    683683uInt STApplyCal::getIFForTsys(uInt to)
    684684{
    685   for (map<casa::uInt, Vector<uInt> >::iterator i = spwmap_.begin();
     685  for (map<casacore::uInt, Vector<uInt> >::iterator i = spwmap_.begin();
    686686       i != spwmap_.end(); i++) {
    687687    Vector<uInt> tolist = i->second;
Note: See TracChangeset for help on using the changeset viewer.