IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 12761


Ignore:
Timestamp:
Apr 5, 2007, 2:24:28 PM (19 years ago)
Author:
eugene
Message:

fixed uninitialized values errors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotParseCamera.c

    r12602 r12761  
    1616
    1717    // the psphot analysis is performed on chips
    18     pmFPAfile *input = pmFPAfileDefineChipMosaic(config, input->fpa, "PSPHOT.INPUT");
     18    pmFPAfile *input = pmFPAfileDefineChipMosaic(config, load->fpa, "PSPHOT.INPUT");
    1919    if (!input) {
    2020        psError(PSPHOT_ERR_CONFIG, false, _("Unable to generate new file from PSPHOT.INPUT"));
Note: See TracChangeset for help on using the changeset viewer.