Changeset 7009
- Timestamp:
- Apr 30, 2006, 12:06:32 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/astrom/pmFPAConstruct.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/astrom/pmFPAConstruct.c
r6894 r7009 375 375 continue; 376 376 } 377 377 378 pmChip *chip = pmChipAlloc(fpa, chipName); // The chip 378 379 psList *cellNames = psStringSplit(componentsItem->data.V, " ,;"); // List of cell names 379 380 psListIterator *cellNamesIter = psListIteratorAlloc(cellNames, PS_LIST_HEAD, false); // Iterator 381 380 382 psString cellName = NULL; // Name of cell 381 383 while ((cellName = psListGetAndIncrement(cellNamesIter))) {
Note:
See TracChangeset
for help on using the changeset viewer.
