- Timestamp:
- 01/25/05 17:16:46 (20 years ago)
- Location:
- trunk/src
- Files:
-
- 3 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/Makefile
r260 r297 53 53 SDFITSImageWriter.o \ 54 54 SDAsciiWriter.o \ 55 SDLineFinder.o \ 55 56 python_SDMemTable.o \ 56 57 python_SDReader.o \ … … 58 59 python_SDMath.o \ 59 60 python_SDFitter.o \ 61 python_SDLineFinder.o \ 60 62 python_SD.o 61 63 … … 74 76 SDFITSImageWriter.h \ 75 77 SDAsciiWriter.h \ 78 SDLineFinder.h \ 76 79 python_SD.h 77 80 -
trunk/src/python_SD.cc
r125 r297 59 59 asap::python::python_SDMath(); 60 60 asap::python::python_SDFitter(); 61 asap::python::python_SDLineFinder(); 61 62 62 63 register_exception_translator<casa::AipsError>(&asap::python::translate_ex); -
trunk/src/python_SD.h
r125 r297 42 42 void python_SDMath(); 43 43 void python_SDFitter(); 44 void python_SDLineFinder(); 44 45 45 46 } // python
Note:
See TracChangeset
for help on using the changeset viewer.