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.h

    r2830 r2832  
    3535  namespace python {
    3636    void translate_ex(const casa::AipsError& e);
     37#ifdef ENABLE_PLOTTER2
    3738    void python_Plotter2();
     39#endif //ENABLE_PLOTTER2
    3840    void python_Scantable();
    3941    void python_STFiller();
Note: See TracChangeset for help on using the changeset viewer.