- Timestamp:
- 03/08/06 14:29:58 (19 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/STFiller.cpp
r878 r895 328 328 throw(AipsError("Reading error occured, data possibly corrupted.")); 329 329 } 330 331 330 return status; 332 331 } -
trunk/src/python_STFiller.cpp
r872 r895 43 43 .def("_open", &STFillerWrapper::open) 44 44 .def("_read", &STFillerWrapper::read) 45 .def("_close", &STFillerWrapper::close) 45 46 .def("_getdata", &STFillerWrapper::getScantable) 46 47 ;
Note:
See TracChangeset
for help on using the changeset viewer.