Changeset 92
- Timestamp:
- 11/12/04 12:18:19 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/python_SD.h
r83 r92 32 32 #define _PYTHON_SD_H 33 33 34 class AipsError; 35 34 36 namespace asap { 35 37 namespace python { 36 38 void translate_ex(AipsError const& e); 37 39 void python_SDMemTable(); 38 40 void python_SDReader(); 39 41 void python_SDWriter(); 40 42 void python_SDMath(); 41 43 void python_SDFitter(); 44 42 45 } // python 43 46 } //asap
Note:
See TracChangeset
for help on using the changeset viewer.