Changeset 3033 for trunk


Ignore:
Timestamp:
03/27/15 17:55:47 (9 years ago)
Author:
Kana Sugimoto
Message:

New Development: No

JIRA Issue: Yes (CAS-6929)

Ready for Test: Yes

Interface Changes: No

What Interface Changed: Please list interface changes

Test Programs: List test programs

Put in Release Notes: No

Module(s): asap

Description: changes to include paths.


Location:
trunk/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/MSFiller.cpp

    r2941 r3033  
    4747#include <measures/TableMeasures/ArrayQuantColumn.h>
    4848
    49 #include <ms/MeasurementSets/MSAntennaIndex.h>
     49#include <ms/MSSel/MSAntennaIndex.h>
    5050
    5151#include <atnf/PKSIO/SrcType.h>
  • trunk/src/MSWriter.cpp

    r3019 r3033  
    3232#include <ms/MeasurementSets/MeasurementSet.h>
    3333#include <ms/MeasurementSets/MSColumns.h>
    34 #include <ms/MeasurementSets/MSPolIndex.h>
    35 #include <ms/MeasurementSets/MSDataDescIndex.h>
    36 #include <ms/MeasurementSets/MSSourceIndex.h>
     34#include <ms/MSSel/MSPolIndex.h>
     35#include <ms/MSSel/MSDataDescIndex.h>
     36#include <ms/MSSel/MSSourceIndex.h>
    3737
    3838#include "MSWriter.h"
Note: See TracChangeset for help on using the changeset viewer.