Changeset 2701


Ignore:
Timestamp:
12/19/12 12:01:32 (11 years ago)
Author:
Kana Sugimoto
Message:

New Development: No

JIRA Issue: No

Ready for Test: Yes

Interface Changes: No

What Interface Changed:

Test Programs: sd unit tests and regression tests

Put in Release Notes: No

Module(s): all single dish modules using ROTableVector class

Description:

committing changes suggested by Jim Jacobs.
template declarations of ROTableVector class are removed from USE_CASA builds
corresponding to chages to RO* classes in casacore.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/Templates.cpp

    r2457 r2701  
    5858//#include <tables/Tables/TVecMath.h>
    5959
     60#ifndef USE_CASAPY
    6061template class ROTableVector<uInt>;
     62#endif
    6163template class TableVector<uInt>;
    6264template class TabVecScaCol<uInt>;
     
    6466template class TabVecRep<uInt>;
    6567
     68#ifndef USE_CASAPY
    6669template class ROTableVector<Float>;
     70#endif
    6771template class TabVecScaCol<Float>;
    6872template class TabVecTemp<Float>;
    6973template class TabVecRep<Float>;
    7074
     75#ifndef USE_CASAPY
    7176template class ROTableVector<uChar>;
     77#endif
    7278template class TableVector<uChar>;
    7379template class TabVecScaCol<uChar>;
Note: See TracChangeset for help on using the changeset viewer.