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

    r2756 r3106  
    3535{
    3636  //casa::AlwaysAssert((this->isready()),(casa::AipsError));
    37   casa::assert_<casa::AipsError>(this->isready(), "object is not ready to process.");
     37  casacore::assert_<casacore::AipsError>(this->isready(), "object is not ready to process.");
    3838  if (this->n_ == 1)
    3939    return this->y_[0];
     
    9797        delete[] c;
    9898        delete[] d;
    99         throw casa::AipsError("x_ has duplicate elements");
     99        throw casacore::AipsError("x_ has duplicate elements");
    100100      }
    101101      c[i] = (xa[i] - x) * cd;
Note: See TracChangeset for help on using the changeset viewer.