IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 21270


Ignore:
Timestamp:
Feb 2, 2009, 2:44:39 PM (17 years ago)
Author:
Paul Price
Message:

Compiler found a problem: the address of 'fpaSearchCovariances', will always evaluate as 'true'.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap_branch_20090128/psModules/src/camera/pmFPAWrite.c

    r21269 r21270  
    123123          if ((cell && cellSearchCovariances(cell)) ||
    124124              (!cell && ((chip && chipSearchCovariances(chip)) ||
    125                          (!chip && fpa && fpaSearchCovariances)))) {
     125                         (!chip && fpa && fpaSearchCovariances(fpa))))) {
    126126              covar = true;
    127127          }
Note: See TracChangeset for help on using the changeset viewer.