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/CubicSplineInterpolator1D.tcc

    r2850 r3106  
    6262{
    6363  //assert(this->isready());
    64   assert_<casa::AipsError>(this->isready(), "object is not ready to process.");
     64  assert_<casacore::AipsError>(this->isready(), "object is not ready to process.");
    6565  if (this->n_ == 1)
    6666    return this->y_[0];
Note: See TracChangeset for help on using the changeset viewer.