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

    r2658 r3106  
    3939
    4040
    41 namespace casa {
     41namespace casacore {
    4242  template<class T> class Vector;
    4343  class MDirection;
     
    5757
    5858// Write out ascii table
    59   casa::Bool write(const Scantable& table, const casa::String& name);
     59  casacore::Bool write(const Scantable& table, const casacore::String& name);
    6060
    6161private:
    62   casa::String formatDirection(const casa::MDirection& md) const;
     62  casacore::String formatDirection(const casacore::MDirection& md) const;
    6363  template <class T>
    64   void addLine(std::ostream& of, const casa::String& lbl,
     64  void addLine(std::ostream& of, const casacore::String& lbl,
    6565               const T& value);
    6666};
Note: See TracChangeset for help on using the changeset viewer.