IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 7009


Ignore:
Timestamp:
Apr 30, 2006, 12:06:32 PM (20 years ago)
Author:
magnier
Message:

minor formatting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/astrom/pmFPAConstruct.c

    r6894 r7009  
    375375            continue;
    376376        }
     377
    377378        pmChip *chip = pmChipAlloc(fpa, chipName); // The chip
    378379        psList *cellNames = psStringSplit(componentsItem->data.V, " ,;"); // List of cell names
    379380        psListIterator *cellNamesIter = psListIteratorAlloc(cellNames, PS_LIST_HEAD, false); // Iterator
     381
    380382        psString cellName = NULL;       // Name of cell
    381383        while ((cellName = psListGetAndIncrement(cellNamesIter))) {
Note: See TracChangeset for help on using the changeset viewer.