Changeset 20937 for trunk/psModules/src/objects/pmFootprintAssignPeaks.c
- Timestamp:
- Dec 7, 2008, 4:51:14 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmFootprintAssignPeaks.c
r18828 r20937 3 3 * @author RHL, Princeton & IfA; EAM, IfA 4 4 * 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 $ 7 7 * Copyright 2006 Institute for Astronomy, University of Hawaii 8 8 */ … … 17 17 #include <strings.h> 18 18 #include <pslib.h> 19 #include "pmPeaks.h"20 19 #include "pmSpan.h" 21 20 #include "pmFootprint.h" 21 #include "pmPeaks.h" 22 22 23 23 /* … … 71 71 pmFootprint *fp = footprints->data[id - 1]; 72 72 psArrayAdd(fp->peaks, 5, peak); 73 peak->footprint = (struct pmFootprint *)fp; // reference to containing footprint73 peak->footprint = fp; // reference to containing footprint 74 74 } 75 75
Note:
See TracChangeset
for help on using the changeset viewer.
