Changeset 3084


Ignore:
Timestamp:
11/25/15 16:34:04 (8 years ago)
Author:
Takeshi Nakazato
Message:

New Development: No

JIRA Issue: No

Ready for Test: Yes

Interface Changes: Yes/No?

What Interface Changed: Please list interface changes

Test Programs: List test programs

Put in Release Notes: Yes/No?

Module(s): Module Names change impacts.

Description: Describe your changes here...


Get rid of warnings from table module that warns the change of the location of some header files.

Location:
trunk/src
Files:
18 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/Accelerator.h

    r3069 r3084  
    1414
    1515#include <casa/Utilities/Assert.h>
    16 #include <tables/Tables/ExprNode.h>
     16#include <tables/TaQL/ExprNode.h>
    1717#include <tables/Tables/ScalarColumn.h>
    1818
  • trunk/src/FillerBase.cpp

    r2430 r3084  
    1212
    1313#include <casa/Containers/RecordField.h>
    14 #include <tables/Tables/ExprNode.h>
     14#include <tables/TaQL/ExprNode.h>
    1515
    1616#include "FillerBase.h"
  • trunk/src/LineCatalog.cpp

    r2163 r3084  
    2222#include <casa/Arrays/Vector.h>
    2323#include <tables/Tables/ReadAsciiTable.h>
    24 #include <tables/Tables/TableParse.h>
     24#include <tables/TaQL/TableParse.h>
    2525#include <tables/Tables/ScalarColumn.h>
    2626
  • trunk/src/MSFiller.cpp

    r3073 r3084  
    1818#include <set>
    1919
    20 #include <tables/Tables/ExprNode.h>
     20#include <tables/TaQL/ExprNode.h>
    2121#include <tables/Tables/TableIter.h>
    2222#include <tables/Tables/TableColumn.h>
    2323#include <tables/Tables/ScalarColumn.h>
    2424#include <tables/Tables/ArrayColumn.h>
    25 #include <tables/Tables/TableParse.h>
     25#include <tables/TaQL/TableParse.h>
    2626#include <tables/Tables/TableRow.h>
    2727
  • trunk/src/MSWriter.cpp

    r3074 r3084  
    2323#include <casa/Containers/RecordField.h>
    2424
    25 #include <tables/Tables/ExprNode.h>
     25#include <tables/TaQL/ExprNode.h>
    2626#include <tables/Tables/TableDesc.h>
    2727#include <tables/Tables/SetupNewTab.h>
  • trunk/src/STApplyTable.cpp

    r2759 r3084  
    1717#include <tables/Tables/TableRecord.h>
    1818#include <tables/Tables/Table.h>
    19 #include <tables/Tables/ExprNode.h>
     19#include <tables/TaQL/ExprNode.h>
    2020#include <measures/TableMeasures/TableMeasDesc.h>
    2121#include <measures/TableMeasures/TableMeasRefDesc.h>
  • trunk/src/STFit.cpp

    r2243 r3084  
    1717#include <tables/Tables/ArrColDesc.h>
    1818#include <tables/Tables/TableRecord.h>
    19 #include <tables/Tables/TableParse.h>
     19#include <tables/TaQL/TableParse.h>
    2020#include <tables/Tables/TableRow.h>
    2121#include <casa/Containers/RecordField.h>
  • trunk/src/STFocus.cpp

    r2243 r3084  
    1515#include <tables/Tables/ScaColDesc.h>
    1616#include <tables/Tables/TableRecord.h>
    17 #include <tables/Tables/TableParse.h>
     17#include <tables/TaQL/TableParse.h>
    1818#include <tables/Tables/TableRow.h>
    1919#include <casa/Containers/RecordField.h>
  • trunk/src/STFrequencies.cpp

    r2900 r3084  
    2222#include <tables/Tables/ScaColDesc.h>
    2323#include <tables/Tables/TableRecord.h>
    24 #include <tables/Tables/TableParse.h>
     24#include <tables/TaQL/TableParse.h>
    2525#include <tables/Tables/TableRow.h>
    2626
  • trunk/src/STGrid.cpp

    r3015 r3084  
    2323#include <tables/Tables/TableRecord.h>
    2424#include <tables/Tables/TableRow.h>
    25 #include <tables/Tables/ExprNode.h>
     25#include <tables/TaQL/ExprNode.h>
    2626#include <tables/Tables/ScalarColumn.h>
    2727#include <tables/Tables/ArrayColumn.h>
  • trunk/src/STHistory.cpp

    r2820 r3084  
    1414#include <tables/Tables/SetupNewTab.h>
    1515#include <tables/Tables/ScaColDesc.h>
    16 #include <tables/Tables/TableParse.h>
     16#include <tables/TaQL/TableParse.h>
    1717#include <tables/Tables/TableRow.h>
    1818#include <tables/Tables/TableCopy.h>
  • trunk/src/STMath.cpp

    r3079 r3084  
    4242#include <scimath/Mathematics/VectorKernel.h>
    4343
    44 #include <tables/Tables/ExprNode.h>
     44#include <tables/TaQL/ExprNode.h>
     45#include <tables/TaQL/TableParse.h>
    4546#include <tables/Tables/ReadAsciiTable.h>
    4647#include <tables/Tables/TableCopy.h>
    4748#include <tables/Tables/TableIter.h>
    48 #include <tables/Tables/TableParse.h>
    4949#include <tables/Tables/TableRecord.h>
    5050#include <tables/Tables/TableRow.h>
  • trunk/src/STMolecules.cpp

    r2243 r3084  
    1616#include <tables/Tables/ArrColDesc.h>
    1717#include <tables/Tables/TableRecord.h>
    18 #include <tables/Tables/TableParse.h>
     18#include <tables/TaQL/TableParse.h>
    1919#include <tables/Tables/TableRow.h>
    2020#include <casa/Containers/RecordField.h>
  • trunk/src/STSelector.cpp

    r2339 r3084  
    1010//
    1111//
    12 #include <tables/Tables/ExprNode.h>
    13 #include <tables/Tables/TableParse.h>
    14 #include <tables/Tables/ExprNode.h>
     12#include <tables/TaQL/ExprNode.h>
     13#include <tables/TaQL/TableParse.h>
    1514#include <casa/BasicSL/String.h>
    1615#include <casa/iostream.h>
  • trunk/src/STTcal.cpp

    r2289 r3084  
    1717#include <tables/Tables/ArrColDesc.h>
    1818#include <tables/Tables/TableRecord.h>
    19 #include <tables/Tables/TableParse.h>
     19#include <tables/TaQL/TableParse.h>
    2020#include <tables/Tables/TableRow.h>
    2121#include <casa/Containers/RecordField.h>
  • trunk/src/STWeather.cpp

    r2930 r3084  
    1515#include <tables/Tables/ScaColDesc.h>
    1616#include <tables/Tables/TableRecord.h>
    17 #include <tables/Tables/TableParse.h>
     17#include <tables/TaQL/TableParse.h>
    1818#include <tables/Tables/TableRow.h>
    1919#include <casa/Containers/RecordField.h>
  • trunk/src/Scantable.cpp

    r3076 r3084  
    5555
    5656#include <tables/Tables/ArrColDesc.h>
    57 #include <tables/Tables/ExprNode.h>
     57#include <tables/TaQL/ExprNode.h>
    5858#include <tables/Tables/ScaColDesc.h>
    5959#include <tables/Tables/SetupNewTab.h>
     
    6161#include <tables/Tables/TableDesc.h>
    6262#include <tables/Tables/TableIter.h>
    63 #include <tables/Tables/TableParse.h>
     63#include <tables/TaQL/TableParse.h>
    6464#include <tables/Tables/TableRecord.h>
    6565#include <tables/Tables/TableRow.h>
  • trunk/src/TableTraverse.cpp

    r3082 r3084  
    1313#include <tables/Tables/TableColumn.h>
    1414#include <tables/Tables/PlainColumn.h>
    15 #include <tables/Tables/DataManager.h>
     15#include <tables/DataMan/DataManager.h>
    1616
    1717#define TIMING 0
Note: See TracChangeset for help on using the changeset viewer.