IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 30, 2007, 11:12:56 AM (19 years ago)
Author:
magnier
Message:

big re-org to put the includes in the .c only, not .h

Location:
trunk/psModules/src/astrom
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/astrom/pmAstrometryDistortion.c

    r12519 r12696  
    77*  @author EAM, IfA
    88*
    9 *  @version $Revision: 1.17 $ $Name: not supported by cvs2svn $
    10 *  @date $Date: 2007-03-21 22:00:49 $
     9*  @version $Revision: 1.18 $ $Name: not supported by cvs2svn $
     10*  @date $Date: 2007-03-30 21:12:56 $
    1111*
    1212*  Copyright 2006 Institute for Astronomy, University of Hawaii
     
    2121/******************************************************************************/
    2222
    23 //#include <stdio.h>
    24 //#include <string.h>
    25 //#include <math.h>
    26 //#include <unistd.h>   // for unlink
    2723#include <pslib.h>
     24
     25#include "pmHDU.h"
    2826#include "pmFPA.h"
    2927#include "pmFPAExtent.h"
  • trunk/psModules/src/astrom/pmAstrometryObjects.c

    r12482 r12696  
    88*  @author EAM, IfA
    99*
    10 *  @version $Revision: 1.27 $ $Name: not supported by cvs2svn $
    11 *  @date $Date: 2007-03-18 22:03:36 $
     10*  @version $Revision: 1.28 $ $Name: not supported by cvs2svn $
     11*  @date $Date: 2007-03-30 21:12:56 $
    1212*
    1313*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    2727#include <unistd.h>   // for unlink
    2828#include <pslib.h>
     29
     30#include "pmHDU.h"
    2931#include "pmFPA.h"
    3032#include "pmAstrometryObjects.h"
  • trunk/psModules/src/astrom/pmAstrometryRegions.c

    r12518 r12696  
    44 *
    55 *  @author EAM, IfA
    6  *  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
    7  *  @date $Date: 2007-03-21 21:59:57 $
     6 *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
     7 *  @date $Date: 2007-03-30 21:12:56 $
    88 *
    99 *  Copyright 2006 Institute for Astronomy, University of Hawaii
     
    1515
    1616#include <pslib.h>
     17
     18#include "pmHDU.h"
    1719#include "pmFPA.h"
    1820#include "pmFPAExtent.h"
  • trunk/psModules/src/astrom/pmAstrometryUtils.c

    r11687 r12696  
    77 *  @author EAM, IfA
    88 *
    9  *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2007-02-07 23:58:17 $
     9 *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2007-03-30 21:12:56 $
    1111 *
    1212 *  Copyright 2006 Institute for Astronomy, University of Hawaii
     
    1818
    1919#include <pslib.h>
     20
     21#include "pmHDU.h"
    2022#include "pmFPA.h"
    2123#include "pmAstrometryUtils.h"
  • trunk/psModules/src/astrom/pmAstrometryWCS.c

    r12519 r12696  
    77 *  @author EAM, IfA
    88 *
    9  *  @version $Revision: 1.20 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2007-03-21 22:00:49 $
     9 *  @version $Revision: 1.21 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2007-03-30 21:12:56 $
    1111 *
    1212 *  Copyright 2006 Institute for Astronomy, University of Hawaii
     
    1919#include <string.h>
    2020#include <pslib.h>
     21
     22#include "pmHDU.h"
    2123#include "pmFPA.h"
    2224#include "pmFPAExtent.h"
Note: See TracChangeset for help on using the changeset viewer.