IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 22, 2006, 2:58:34 PM (20 years ago)
Author:
Paul Price
Message:

Scope error: was defining chip again, meaning the useful one was going out of scope.

File:
1 edited

Legend:

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

    r7618 r7643  
    600600                return NULL;
    601601            }
    602             pmChip *chip = fpa->chips->data[chipNum]; // Chip of interest
     602            chip = fpa->chips->data[chipNum]; // Chip of interest
    603603            view->chip = chipNum;
    604604
Note: See TracChangeset for help on using the changeset viewer.