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

    r30 r81  
    2929//# $Id$
    3030//#---------------------------------------------------------------------------
    31 #ifndef _PYTHON_SD_H_
    32 #define _PYTHON_SD_H_
     31#ifndef _PYTHON_SD_H
     32#define _PYTHON_SD_H
    3333
    3434namespace atnf_sd {
    3535  namespace python {
    3636
    37 void python_SDMemTable();
    38 void python_SDReader();
    39 void python_SDWriter();
    40 void python_SDMath();
    41 
     37    void python_SDMemTable();
     38    void python_SDReader();
     39    void python_SDWriter();
     40    void python_SDMath();
     41   
    4242  } // python
    4343} //atnf_sd
Note: See TracChangeset for help on using the changeset viewer.