IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 3668 for trunk/psModules/src


Ignore:
Timestamp:
Apr 5, 2005, 12:55:05 PM (21 years ago)
Author:
desonia
Message:

removed stupid hardcoded includes to psConstants.h (duh!). Fixes Bug#352.

Location:
trunk/psModules/src
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/pmObjects.h

    r3629 r3668  
    55 *  @author GLG, MHPCC
    66 *
    7  *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2005-04-01 21:38:27 $
     7 *  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2005-04-05 22:55:05 $
    99 *
    1010 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    2222#include<math.h>
    2323#include "pslib.h"
    24 // XXX: have Desonia do this correctly.
    25 #include "../../psLib/src/dataManip/psConstants.h"
    2624
    2725typedef enum {
  • trunk/psModules/src/pmReadoutCombine.h

    r2814 r3668  
    55 *  @author GLG, MHPCC
    66 *
    7  *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2004-12-23 23:42:25 $
     7 *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2005-04-05 22:55:05 $
    99 *
    1010 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    2323#include "pslib.h"
    2424#include "psConstants.h"
    25 // XXX: have Desonia do this correctly.
    26 #include "../../psLib/src/dataManip/psConstants.h"
    2725
    2826typedef struct
  • trunk/psModules/src/pmSubtractBias.h

    r2121 r3668  
    66 *  @author George Gusciora, MHPCC
    77 *
    8  *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2004-10-14 18:30:08 $
     8 *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2005-04-05 22:55:05 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    2323#include<math.h>
    2424#include "pslib.h"
    25 // XXX: have Desonia do this correctly.
    26 #include "../../psLib/src/dataManip/psConstants.h"
    2725
    2826typedef enum {
  • trunk/psModules/src/pmSubtractSky.h

    r2755 r3668  
    66 *  @author GLG, MHPCC
    77 *
    8  *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2004-12-18 02:27:42 $
     8 *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2005-04-05 22:55:05 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    2323#include<math.h>
    2424#include "pslib.h"
    25 // XXX: have Desonia do this correctly.
    26 #include "../../psLib/src/dataManip/psConstants.h"
    2725
    2826// XXX: this is pmFit in pmSubtractBias.c, named psFit here.
Note: See TracChangeset for help on using the changeset viewer.