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

    r1930 r3106  
    6262  std::vector<std::string> getSortOrder() const;
    6363
    64   casa::Table apply(const casa::Table& tab);
    65   casa::Table operator()(const casa::Table& tab) { return apply(tab); };
     64  casacore::Table apply(const casacore::Table& tab);
     65  casacore::Table operator()(const casacore::Table& tab) { return apply(tab); };
    6666
    6767  void reset() { intselections_.clear();stringselections_.clear(); taql_ = "";};
     
    8080private:
    8181
    82   casa::Table sort(const casa::Table& tab);
     82  casacore::Table sort(const casacore::Table& tab);
    8383
    8484  typedef std::map<std::string, std::vector<int> > intidmap;
     
    8888  mutable stringidmap stringselections_;
    8989  std::vector<std::string> poltypes_;
    90   casa::Block<casa::String> order_;
     90  casacore::Block<casacore::String> order_;
    9191  std::string taql_;
    9292  std::vector<int> rowselection_;
Note: See TracChangeset for help on using the changeset viewer.