IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 14, 2006, 11:49:01 PM (20 years ago)
Author:
jhoblitt
Message:

consistently include config.h
remove fseeko #defs from objects/pmSourceIO_CMP.c

Location:
trunk/psModules/src/detrend
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/detrend/pmDetrendDB.c

    r7770 r8815  
     1#ifdef HAVE_CONFIG_H
     2#include <config.h>
     3#endif
     4
    15# include <pslib.h>
    26# include "pmFPA.h"
  • trunk/psModules/src/detrend/pmFlatNormalize.c

    r8669 r8815  
     1#ifdef HAVE_CONFIG_H
     2#include <config.h>
     3#endif
     4
    15#include <stdio.h>
    26#include <assert.h>
  • trunk/psModules/src/detrend/pmFringeStats.c

    r8669 r8815  
    33 *  @author Eugene Magnier, IfA
    44 *
    5  *  @version $Revision: 1.17 $ $Name: not supported by cvs2svn $
    6  *  @date $Date: 2006-08-29 21:39:44 $
     5 *  @version $Revision: 1.18 $ $Name: not supported by cvs2svn $
     6 *  @date $Date: 2006-09-15 09:49:01 $
    77 *
    88 *  Copyright 2004 IfA
    99 */
     10
     11#ifdef HAVE_CONFIG_H
     12#include <config.h>
     13#endif
    1014
    1115#include <stdio.h>
  • trunk/psModules/src/detrend/pmSubtractSky.c

    r8246 r8815  
    66 *  @author GLG, MHPCC
    77 *
    8  *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2006-08-09 02:37:07 $
     8 *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2006-09-15 09:49:01 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    1414 *
    1515 */
     16
     17#ifdef HAVE_CONFIG_H
     18#include <config.h>
     19#endif
    1620
    1721#include <stdio.h>
  • trunk/psModules/src/detrend/psIOBuffer.c

    r7772 r8815  
     1
     2#ifdef HAVE_CONFIG_H
     3#include <config.h>
     4#endif
     5
    16# include <unistd.h>
    27# include <pslib.h>
  • trunk/psModules/src/detrend/psPipe.c

    r7770 r8815  
     1#ifdef HAVE_CONFIG_H
     2#include <config.h>
     3#endif
     4
    15# include <sys/types.h>
    26# include <unistd.h>
Note: See TracChangeset for help on using the changeset viewer.