Changeset 3085 for trunk/src/STGrid.cpp


Ignore:
Timestamp:
11/25/15 17:35:48 (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...


Reorder include files to suppress compiler warning related with _XOPEN_SOURCE redefinition.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STGrid.cpp

    r3084 r3085  
    1010//
    1111//
     12
     13// ASAP
     14// STGrid must be included first to avoid compiler warning related
     15// with _XOPEN_SOURCE
     16#include "STGrid.h"
     17#include "MathUtils.h"
     18#include <atnf/PKSIO/SrcType.h>
     19
    1220#include <casa/BasicSL/String.h>
    1321#include <casa/Arrays/Vector.h>
     
    2937
    3038#include <measures/Measures/MDirection.h>
    31 
    32 #include "MathUtils.h"
    33 #include <atnf/PKSIO/SrcType.h>
    34 
    35 #include "STGrid.h"
    3639
    3740using namespace std ;
Note: See TracChangeset for help on using the changeset viewer.