Changeset 81 for trunk/src/SDContainer.h


Ignore:
Timestamp:
09/07/04 11:03:26 (20 years ago)
Author:
mar637
Message:

updated to use CASA include paths and .h guards.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/SDContainer.h

    r79 r81  
    2929//# $Id:
    3030//#---------------------------------------------------------------------------
    31 #ifndef _SDCONTAINER_H_
    32 #define _SDCONTAINER_H_
     31#ifndef _SDCONTAINER_H
     32#define _SDCONTAINER_H
    3333
    3434#include <vector>
    3535
    36 #include <aips/aips.h>
    37 #include <aips/Utilities/String.h>
    38 #include <aips/Arrays/Array.h>
    39 #include <aips/Arrays/Vector.h>
     36#include <casa/aips.h>
     37#include <casa/BasicSL/String.h>
     38#include <casa/Arrays/Array.h>
     39#include <casa/Arrays/Vector.h>
    4040
    4141template<class T> class Matrix;
     
    135135  Double timestamp;
    136136  String sourcename;
     137  String fieldname;
    137138  Double interval;
    138139  Int scanid;
     140  String tcaltime;
    139141 
    140142private:
Note: See TracChangeset for help on using the changeset viewer.