- Timestamp:
- 07/15/04 16:08:13 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/python_SDWriter.cc
r36 r58 31 31 #include <boost/python.hpp> 32 32 33 #include "SDWriter .h"33 #include "SDWriterWrapper.h" 34 34 35 35 using namespace boost::python; 36 36 37 37 namespace atnf_sd { 38 namespace python {38 namespace python { 39 39 40 40 void python_SDWriter() { … … 48 48 }; 49 49 50 } // namespace python50 } // namespace python 51 51 } // namespace atnf_sd
Note:
See TracChangeset
for help on using the changeset viewer.