- Timestamp:
- 07/31/13 21:41:29 (11 years ago)
- Location:
- trunk/src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/CMakeLists.txt
r2830 r2832 18 18 # use libpyrap 19 19 add_definitions( -DHAVE_LIBPYRAP ) 20 21 # enable plotter2 22 add_definitions( -DENABLE_PLOTTER2 ) 20 23 21 24 # source files for libpyrap -
trunk/src/python_asap.cpp
r2830 r2832 68 68 69 69 BOOST_PYTHON_MODULE(_asap) { 70 #ifdef ENABLE_PLOTTER2 70 71 asap::python::python_Plotter2(); 72 #endif //ENABLE_PLOTTER2 71 73 asap::python::python_Scantable(); 72 74 asap::python::python_STFiller(); -
trunk/src/python_asap.h
r2830 r2832 35 35 namespace python { 36 36 void translate_ex(const casa::AipsError& e); 37 #ifdef ENABLE_PLOTTER2 37 38 void python_Plotter2(); 39 #endif //ENABLE_PLOTTER2 38 40 void python_Scantable(); 39 41 void python_STFiller();
Note:
See TracChangeset
for help on using the changeset viewer.