IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 1441 for trunk/psLib/src/astro


Ignore:
Timestamp:
Aug 9, 2004, 1:40:55 PM (22 years ago)
Author:
desonia
Message:

fixed indent-madness concerning preprocessor directives.

Location:
trunk/psLib/src/astro
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/astro/psCoord.h

    r1440 r1441  
    1111*  @author George Gusciora, MHPCC
    1212*
    13 *  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
    14 *  @date $Date: 2004-08-09 23:34:57 $
     13*  @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
     14*  @date $Date: 2004-08-09 23:40:54 $
    1515*
    1616*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    1818
    1919#ifndef PS_COORD_H
    20 #    define PS_COORD_H
    21 
    22 #    include "psType.h"
    23 #    include "psImage.h"
    24 #    include "psArray.h"
    25 #    include "psList.h"
    26 #    include "psFunctions.h"
    27 #    include "psTime.h"
     20#define PS_COORD_H
     21
     22#include "psType.h"
     23#include "psImage.h"
     24#include "psArray.h"
     25#include "psList.h"
     26#include "psFunctions.h"
     27#include "psTime.h"
    2828
    2929/// @addtogroup CoordinateTransform
  • trunk/psLib/src/astro/psTime.h

    r1407 r1441  
    1313 *  @author Ross Harman, MHPCC
    1414 *
    15  *  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
    16  *  @date $Date: 2004-08-07 00:06:06 $
     15 *  @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
     16 *  @date $Date: 2004-08-09 23:40:54 $
    1717 *
    1818 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    2020
    2121#ifndef PSTIME_H
    22 #    define PSTIME_H
    23 
    24 #    include <time.h>
    25 #    include <sys/types.h>
    26 #    include <sys/time.h>
    27 
    28 #    include "psType.h"
     22#define PSTIME_H
     23
     24#include <time.h>
     25#include <sys/types.h>
     26#include <sys/time.h>
     27
     28#include "psType.h"
    2929
    3030/// @addtogroup Time
Note: See TracChangeset for help on using the changeset viewer.