Changeset 6402
- Timestamp:
- Feb 9, 2006, 10:27:03 AM (20 years ago)
- File:
-
- 1 edited
-
branches/eam_rel9_p0/psModules/src/astrom/pmFPA.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_rel9_p0/psModules/src/astrom/pmFPA.c
r6386 r6402 12 12 * XXX: Should we implement non-linear cell->chip transforms? 13 13 * 14 * @version $Revision: 1.1.2. 9$ $Name: not supported by cvs2svn $15 * @date $Date: 2006-02-0 8 23:02:02$14 * @version $Revision: 1.1.2.10 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2006-02-09 20:27:03 $ 16 16 * 17 17 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 161 161 for (psS32 i = 0 ; i < chips->n ; i++) { 162 162 pmChip *tmpChip = chips->data[i]; 163 if (! tmpChip) { 164 continue; 165 } 163 166 chips->data[i] = NULL; 164 167 tmpChip->parent = NULL;
Note:
See TracChangeset
for help on using the changeset viewer.
