Ignore:
Timestamp:
02/17/05 14:46:17 (19 years ago)
Author:
mar637
Message:

Added SDFitTable to handle fits and expose them to python vi the sdfit class.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/python_SDMemTable.cc

    r457 r465  
    102102         (boost::python::arg("whichRow")=0) )
    103103    .def("_addfit", &SDMemTableWrapper::addFit)
     104    .def("_getfit", &SDMemTableWrapper::getSDFitTable)
    104105  ;
    105106};
Note: See TracChangeset for help on using the changeset viewer.