- Timestamp:
- 07/07/04 11:27:10 (20 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/python_SD.cc
r2 r30 27 27 //# AUSTRALIA 28 28 //# 29 //# $Id :29 //# $Id$ 30 30 //#--------------------------------------------------------------------------- 31 31 #include <string> … … 41 41 atnf_sd::python::python_SDMemTable(); 42 42 atnf_sd::python::python_SDReader(); 43 atnf_sd::python::python_SDWriter(); 43 44 atnf_sd::python::python_SDMath(); 44 45 -
trunk/src/python_SD.h
r2 r30 27 27 //# AUSTRALIA 28 28 //# 29 //# $Id :29 //# $Id$ 30 30 //#--------------------------------------------------------------------------- 31 31 #ifndef _PYTHON_SD_H_ … … 37 37 void python_SDMemTable(); 38 38 void python_SDReader(); 39 void python_SDWriter(); 39 40 void python_SDMath(); 40 41
Note:
See TracChangeset
for help on using the changeset viewer.