IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 7, 2008, 4:51:14 PM (17 years ago)
Author:
eugene
Message:

changing pmPeaks to contain a pointer to pmFootprints, which just means re-ordering references to pmPeaks.h and pmFootprints.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/objects/pmFootprintAssignPeaks.c

    r18828 r20937  
    33 * @author RHL, Princeton & IfA; EAM, IfA
    44 *
    5  * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
    6  * @date $Date: 2008-08-01 00:00:17 $
     5 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
     6 * @date $Date: 2008-12-08 02:51:14 $
    77 * Copyright 2006 Institute for Astronomy, University of Hawaii
    88 */
     
    1717#include <strings.h>
    1818#include <pslib.h>
    19 #include "pmPeaks.h"
    2019#include "pmSpan.h"
    2120#include "pmFootprint.h"
     21#include "pmPeaks.h"
    2222
    2323/*
     
    7171        pmFootprint *fp = footprints->data[id - 1];
    7272        psArrayAdd(fp->peaks, 5, peak);
    73         peak->footprint = (struct pmFootprint *) fp; // reference to containing footprint
     73        peak->footprint = fp; // reference to containing footprint
    7474    }
    7575   
Note: See TracChangeset for help on using the changeset viewer.