Changeset 1440


Ignore:
Timestamp:
08/28/08 14:48:40 (16 years ago)
Author:
Max Voronkov
Message:

added forgotten default unflag option

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/python_Scantable.cpp

    r1391 r1440  
    103103         (boost::python::arg("whichrow")=0) )
    104104    .def("get_antennaname", &ScantableWrapper::getAntennaName)
    105     .def("_flag", &ScantableWrapper::flag)
     105    .def("_flag", &ScantableWrapper::flag,
     106                  (boost::python::arg("unflag") = false) )
    106107    .def("_save",  &ScantableWrapper::makePersistent)
    107108    .def("_summary",  &ScantableWrapper::summary,
Note: See TracChangeset for help on using the changeset viewer.