Ignore:
Timestamp:
08/30/11 10:27:22 (13 years ago)
Author:
KohjiNakamura
Message:

Non-PlainColumn? supported by TableTraverse?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/parallel/src/TableTraverse.h

    r2282 r2283  
     1//
     2// C++ Interface: TableTraverse
     3//
     4// Description:
     5//
     6// Copyright: See COPYING file that comes with this distribution
     7//
     8
     9// $Id$
     10
     11#ifndef ASAP_TABLETRAVERSE_H
     12#define ASAP_TABLETRAVERSE_H
    113
    214#include <casa/aips.h>
    315#include <tables/Tables/BaseTable.h>
    416#include <tables/Tables/Table.h>
    5 #include <tables/Tables/PlainColumn.h>
    6 #include <tables/Tables/DataManager.h>
    7 #include <tables/Tables/ScalarColumn.h>
    8 #include <tables/Tables/ArrayColumn.h>
    917
    1018namespace asap {
     
    96104
    97105}
     106
     107#endif
Note: See TracChangeset for help on using the changeset viewer.