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/STWriterWrapper.h

    r1353 r3106  
    4747  explicit STWriterWrapper(const string& format = "SDFITS") : STWriter(format) {;}
    4848
    49   casa::Int write(const ScantableWrapper& table, const string &filename) {
     49  casacore::Int write(const ScantableWrapper& table, const string &filename) {
    5050    return STWriter::write(table.getCP(), filename);
    5151  }
Note: See TracChangeset for help on using the changeset viewer.