Ignore:
Timestamp:
07/06/06 11:28:10 (18 years ago)
Author:
mar637
Message:

enabled another constructor to handle disk based tables; chnaged this interface to be int instead of string.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/python_Scantable.cpp

    r1068 r1077  
    4444  class_<ScantableWrapper>("Scantable")
    4545    //.def( init <> () )
    46     .def( init < const std::string&, const std::string& > () )
     46    .def( init < int > () )
     47    .def( init < const std::string&, int > () )
    4748    .def( init < const ScantableWrapper& > () )
    4849    .def("_copy", &ScantableWrapper::copy)
Note: See TracChangeset for help on using the changeset viewer.