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

    r2658 r3106  
    6767#include "STFITSImageWriter.h"
    6868
    69 using namespace casa;
     69using namespace casacore;
    7070using namespace asap;
    7171
     
    274274    fits_close_file(fptr, &status);
    275275   
    276     LogIO os( casa::LogOrigin("STFITSImageWriter"));
     276    LogIO os( casacore::LogOrigin("STFITSImageWriter"));
    277277    os << "Wrote " << fileName << LogIO::POST;
    278278    ++iter;
Note: See TracChangeset for help on using the changeset viewer.