Changeset 81 for trunk/src/MathUtils.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/MathUtils.h

    r37 r81  
    2929//# $Id:
    3030//#---------------------------------------------------------------------------
    31 #ifndef _MATHUTILS_H_
    32 #define _MATHUTILS_H_
     31#ifndef _MATHUTILS_H
     32#define _MATHUTILS_H
    3333
    34 #include <aips/aips.h>
    35 #include <aips/Arrays/Vector.h>
     34#include <casa/aips.h>
     35#include <casa/Arrays/Vector.h>
    3636
    3737template <class T>
Note: See TracChangeset for help on using the changeset viewer.