Changeset 6984
- Timestamp:
- Apr 25, 2006, 2:27:14 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/astrom/pmFPA.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/astrom/pmFPA.c
r6970 r6984 12 12 * XXX: Should we implement non-linear cell->chip transforms? 13 13 * 14 * @version $Revision: 1. 5$ $Name: not supported by cvs2svn $15 * @date $Date: 2006-04-2 5 00:22:25$14 * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2006-04-26 00:27:14 $ 16 16 * 17 17 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 233 233 tmpChip->data_exists = false; // Not yet read in 234 234 235 tmpChip->concepts = psMetadataAlloc(); 236 tmpChip->conceptsRead = PM_CONCEPT_SOURCE_NONE; 235 237 if (!psMetadataAddStr(tmpChip->concepts, PS_LIST_HEAD, "CHIP.NAME", 0, NULL, name)) { 236 238 psLogMsg(__func__, PS_LOG_WARN, "WARNING: Could not add CHIP.NAME %s to concepts.\n", name); 237 239 } 238 tmpChip->concepts = psMetadataAlloc();239 tmpChip->conceptsRead = PM_CONCEPT_SOURCE_NONE;240 240 pmConceptsBlankChip(tmpChip); 241 241
Note:
See TracChangeset
for help on using the changeset viewer.
