IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 6, 2004, 2:06:06 PM (22 years ago)
Author:
desonia
Message:

another attempt to get astyle to get it right.

File:
1 edited

Legend:

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

    r1392 r1407  
     1
    12/** @file  pslib.h
    23*
     
    89*  @author Eric Van Alst, MHPCC
    910*
    10 *  @version $Revision: 1.18 $ $Name: not supported by cvs2svn $
    11 *  @date $Date: 2004-08-05 17:52:05 $
     11*  @version $Revision: 1.19 $ $Name: not supported by cvs2svn $
     12*  @date $Date: 2004-08-07 00:06:06 $
    1213*
    1314*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    1516
    1617#ifndef PS_LIB_H
    17 #define PS_LIB_H
     18#    define PS_LIB_H
    1819
    1920/******************************************************************************/
     21
    2022/*  INCLUDE FILES                                                             */
     23
    2124/******************************************************************************/
    2225
     
    3538 */
    3639
    37 #include "fitsio.h"
     40#    include "fitsio.h"
    3841
    39 #include "psMemory.h"
     42#    include "psMemory.h"
    4043
    4144/// @defgroup LogTrace Tracing and Logging
    4245/// @ingroup SysUtils
    43 #include "psLogMsg.h"
    44 #include "psTrace.h"
     46#    include "psLogMsg.h"
     47#    include "psTrace.h"
    4548
    4649/// @defgroup ErrorHandling Error Handling
    4750/// @ingroup SysUtils
    48 #include "psAbort.h"
    49 #include "psError.h"
     51#    include "psAbort.h"
     52#    include "psError.h"
    5053
    51 #include "psString.h"
     54#    include "psString.h"
    5255
    5356/// @}
     
    5760/// @{
    5861
    59 #include "psType.h"
     62#    include "psType.h"
    6063
    6164/// @defgroup LinkedList Linked List
    6265/// @ingroup DataContainer
    63 #include "psList.h"
     66#    include "psList.h"
    6467
    6568/// @defgroup HashTable Hash Table
    6669/// @ingroup DataContainer
    67 #include "psHash.h"
     70#    include "psHash.h"
    6871
    6972/// @defgroup Scalar Scalar
    7073/// @ingroup DataContainer
    71 #include "psScalar.h"
     74#    include "psScalar.h"
    7275
    7376/// @defgroup Vector Vector Container
    7477/// @ingroup DataContainer
    75 #include "psVector.h"
     78#    include "psVector.h"
    7679
    7780/// @defgroup Array Array Container
    7881/// @ingroup DataContainer
    79 #include "psArray.h"
     82#    include "psArray.h"
    8083
    8184/// @defgroup Image Image Container
    8285/// @ingroup DataContainer
    8386/// @{
    84 #include "psImage.h"
    85 #include "psImageExtraction.h"
    86 #include "psImageManip.h"
     87#    include "psImage.h"
     88#    include "psImageExtraction.h"
     89#    include "psImageManip.h"
    8790
    8891/// @defgroup ImageIO Image File I/O Functions
    8992/// @ingroup Image
    90 #include "psImageIO.h"
    91 
     93#    include "psImageIO.h"
    9294
    9395/// @defgroup ImageStats Image Statistical Functions
    9496/// @ingroup Image
    95 #include "psImageStats.h"
     97#    include "psImageStats.h"
    9698
    9799/// @}
     
    99101/// @defgroup BitSet Bit Set Container
    100102/// @ingroup DataContainer
    101 #include "psBitSet.h"
     103#    include "psBitSet.h"
    102104
    103105/// @}
     
    109111/// @defgroup Compare Comparison Functions
    110112/// @ingroup DataManip
    111 #include "psCompare.h"
     113#    include "psCompare.h"
    112114
    113115/// @defgroup Stats Statistic Functions
    114116/// @ingroup DataManip
    115 #include "psStats.h"
     117#    include "psStats.h"
    116118
    117119/// @defgroup Matrix Matrix Operations
    118120/// @ingroup DataManip
    119 #include "psMatrix.h"
     121#    include "psMatrix.h"
    120122
    121123/// @defgroup MatrixVectorArithmetic Matrix Vector Arithmetic Operations
    122124/// @ingroup DataManip
    123 #include "psMatrixVectorArithmetic.h"
     125#    include "psMatrixVectorArithmetic.h"
    124126
    125127/// @defgroup Transform Fourier Transform Operations
    126128/// @ingroup DataManip
    127 #include "psFFT.h"
     129#    include "psFFT.h"
    128130
    129 #include "psFunctions.h"
    130 #include "psMinimize.h"
     131#    include "psFunctions.h"
     132#    include "psMinimize.h"
    131133
    132134/// @}
     
    138140/// @defgroup CoordinateTransform Coordinate Functions
    139141/// @ingroup Astronomy
    140 #include "psCoord.h"
     142#    include "psCoord.h"
    141143
    142144/// @defgroup Photometry Photometry
    143145/// @ingroup Astronomy
    144 #include "psPhotometry.h"
     146#    include "psPhotometry.h"
    145147
    146148/// @defgroup Time Time Functions
    147149/// @ingroup Astronomy
    148 #include "psTime.h"
     150#    include "psTime.h"
    149151
    150152/// @defgroup Metadata Metadata Functions
    151153/// @ingroup Astronomy
    152 #include "psMetadata.h"
     154#    include "psMetadata.h"
    153155
    154156/// @}
    155157
    156158#endif
    157 
Note: See TracChangeset for help on using the changeset viewer.