Ignore:
Timestamp:
07/31/13 21:41:29 (11 years ago)
Author:
WataruKawasaki
Message:

New Development: No

JIRA Issue: Yes (CAS-3620)

Ready for Test: Yes

Interface Changes: No

What Interface Changed:

Test Programs:

Put in Release Notes: Yes

Module(s): sd

Description: modified so that plotter2 module is imported only in CASA environment, not in standalone ASAP.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/python_asap.cpp

    r2830 r2832  
    6868
    6969BOOST_PYTHON_MODULE(_asap) {
     70#ifdef ENABLE_PLOTTER2
    7071  asap::python::python_Plotter2();
     72#endif //ENABLE_PLOTTER2
    7173  asap::python::python_Scantable();
    7274  asap::python::python_STFiller();
Note: See TracChangeset for help on using the changeset viewer.