IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

fixed indent-madness concerning preprocessor directives.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/pslib.h

    r1407 r1441  
    99*  @author Eric Van Alst, MHPCC
    1010*
    11 *  @version $Revision: 1.19 $ $Name: not supported by cvs2svn $
    12 *  @date $Date: 2004-08-07 00:06:06 $
     11*  @version $Revision: 1.20 $ $Name: not supported by cvs2svn $
     12*  @date $Date: 2004-08-09 23:40:54 $
    1313*
    1414*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    1616
    1717#ifndef PS_LIB_H
    18 #    define PS_LIB_H
     18#define PS_LIB_H
    1919
    2020/******************************************************************************/
     
    3838 */
    3939
    40 #    include "fitsio.h"
     40#include "fitsio.h"
    4141
    42 #    include "psMemory.h"
     42#include "psMemory.h"
    4343
    4444/// @defgroup LogTrace Tracing and Logging
    4545/// @ingroup SysUtils
    46 #    include "psLogMsg.h"
    47 #    include "psTrace.h"
     46#include "psLogMsg.h"
     47#include "psTrace.h"
    4848
    4949/// @defgroup ErrorHandling Error Handling
    5050/// @ingroup SysUtils
    51 #    include "psAbort.h"
    52 #    include "psError.h"
     51#include "psAbort.h"
     52#include "psError.h"
    5353
    54 #    include "psString.h"
     54#include "psString.h"
    5555
    5656/// @}
     
    6060/// @{
    6161
    62 #    include "psType.h"
     62#include "psType.h"
    6363
    6464/// @defgroup LinkedList Linked List
    6565/// @ingroup DataContainer
    66 #    include "psList.h"
     66#include "psList.h"
    6767
    6868/// @defgroup HashTable Hash Table
    6969/// @ingroup DataContainer
    70 #    include "psHash.h"
     70#include "psHash.h"
    7171
    7272/// @defgroup Scalar Scalar
    7373/// @ingroup DataContainer
    74 #    include "psScalar.h"
     74#include "psScalar.h"
    7575
    7676/// @defgroup Vector Vector Container
    7777/// @ingroup DataContainer
    78 #    include "psVector.h"
     78#include "psVector.h"
    7979
    8080/// @defgroup Array Array Container
    8181/// @ingroup DataContainer
    82 #    include "psArray.h"
     82#include "psArray.h"
    8383
    8484/// @defgroup Image Image Container
    8585/// @ingroup DataContainer
    8686/// @{
    87 #    include "psImage.h"
    88 #    include "psImageExtraction.h"
    89 #    include "psImageManip.h"
     87#include "psImage.h"
     88#include "psImageExtraction.h"
     89#include "psImageManip.h"
    9090
    9191/// @defgroup ImageIO Image File I/O Functions
    9292/// @ingroup Image
    93 #    include "psImageIO.h"
     93#include "psImageIO.h"
    9494
    9595/// @defgroup ImageStats Image Statistical Functions
    9696/// @ingroup Image
    97 #    include "psImageStats.h"
     97#include "psImageStats.h"
    9898
    9999/// @}
     
    101101/// @defgroup BitSet Bit Set Container
    102102/// @ingroup DataContainer
    103 #    include "psBitSet.h"
     103#include "psBitSet.h"
    104104
    105105/// @}
     
    111111/// @defgroup Compare Comparison Functions
    112112/// @ingroup DataManip
    113 #    include "psCompare.h"
     113#include "psCompare.h"
    114114
    115115/// @defgroup Stats Statistic Functions
    116116/// @ingroup DataManip
    117 #    include "psStats.h"
     117#include "psStats.h"
    118118
    119119/// @defgroup Matrix Matrix Operations
    120120/// @ingroup DataManip
    121 #    include "psMatrix.h"
     121#include "psMatrix.h"
    122122
    123123/// @defgroup MatrixVectorArithmetic Matrix Vector Arithmetic Operations
    124124/// @ingroup DataManip
    125 #    include "psMatrixVectorArithmetic.h"
     125#include "psMatrixVectorArithmetic.h"
    126126
    127127/// @defgroup Transform Fourier Transform Operations
    128128/// @ingroup DataManip
    129 #    include "psFFT.h"
     129#include "psFFT.h"
    130130
    131 #    include "psFunctions.h"
    132 #    include "psMinimize.h"
     131#include "psFunctions.h"
     132#include "psMinimize.h"
    133133
    134134/// @}
     
    140140/// @defgroup CoordinateTransform Coordinate Functions
    141141/// @ingroup Astronomy
    142 #    include "psCoord.h"
     142#include "psCoord.h"
    143143
    144144/// @defgroup Photometry Photometry
    145145/// @ingroup Astronomy
    146 #    include "psPhotometry.h"
     146#include "psPhotometry.h"
    147147
    148148/// @defgroup Time Time Functions
    149149/// @ingroup Astronomy
    150 #    include "psTime.h"
     150#include "psTime.h"
    151151
    152152/// @defgroup Metadata Metadata Functions
    153153/// @ingroup Astronomy
    154 #    include "psMetadata.h"
     154#include "psMetadata.h"
    155155
    156156/// @}
Note: See TracChangeset for help on using the changeset viewer.