Changeset 12504 for trunk/psModules/src/detrend/pmShifts.c
- Timestamp:
- Mar 19, 2007, 3:30:45 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/detrend/pmShifts.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/detrend/pmShifts.c
r12264 r12504 211 211 psMetadata *row = table->data[i]; // The row of interest 212 212 213 const char *chipName ;// Name of chip213 const char *chipName = NULL; // Name of chip 214 214 if (phuLevel == PM_FPA_LEVEL_FPA) { 215 215 // Only care about the chip name if there's more than one chip … … 223 223 } 224 224 } 225 const char *cellName ;// Name of cell225 const char *cellName = NULL; // Name of cell 226 226 if (phuLevel <= PM_FPA_LEVEL_CHIP) { 227 227 // Only care about the cell name if there's a chip
Note:
See TracChangeset
for help on using the changeset viewer.
