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

    r1534 r3106  
    107107   * @param lmax the upper limit
    108108   * @param colname the columd to apply the limits to
    109    * @return a new casa::Table
     109   * @return a new casacore::Table
    110110   */
    111   casa::Table setLimits(double lmin, double lmax, const std::string& colname);
     111  casacore::Table setLimits(double lmin, double lmax, const std::string& colname);
    112112
    113113  double getDouble(const std::string& colname, uint row) const;
    114114
    115115  // the table with seelection
    116   casa::Table table_;
     116  casacore::Table table_;
    117117  // the pristine table
    118   casa::Table baseTable_;
     118  casacore::Table baseTable_;
    119119};
    120120
Note: See TracChangeset for help on using the changeset viewer.