Ignore:
Timestamp:
09/11/06 15:10:05 (18 years ago)
Author:
mar637
Message:

Merge from Release2.1.0b tag

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/python_Scantable.cpp

    r1189 r1259  
    7777         (arg("whichrow")=0, arg("poltype")=std::string("")) )
    7878    .def("poltype", &ScantableWrapper::getPolType )
    79     .def("column_names", &ScantableWrapper::columnNames)
     79    .def("get_column_names", &ScantableWrapper::columnNames)
    8080    .def("_getpollabel", &ScantableWrapper::getPolarizationLabel)
    8181    .def("_setspectrum",&ScantableWrapper::setSpectrum,
Note: See TracChangeset for help on using the changeset viewer.