Changeset 12598
- Timestamp:
- Mar 27, 2007, 8:52:17 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmSourceIO.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmSourceIO.c
r12560 r12598 3 3 * @author EAM, IfA 4 4 * 5 * @version $Revision: 1. 29$ $Name: not supported by cvs2svn $6 * @date $Date: 2007-03-2 3 00:38:11$5 * @version $Revision: 1.30 $ $Name: not supported by cvs2svn $ 6 * @date $Date: 2007-03-27 18:52:17 $ 7 7 * 8 8 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 255 255 // we only need a PHU if chips->n > 1 and file->fileLevel == FPA 256 256 // otherwise, the chip header fills the PHU location 257 // XXX this code could be placed in a 'pmSource_CMF_WritePHU' function and called 258 // from pmFPAfileIO.c. 257 259 if ((file->fileLevel == PM_FPA_LEVEL_FPA) && (file->fpa->chips->n > 1) && !file->phu) { 258 260
Note:
See TracChangeset
for help on using the changeset viewer.
