IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18506


Ignore:
Timestamp:
Jul 13, 2008, 3:38:10 PM (18 years ago)
Author:
eugene
Message:

fixed counter names

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psastro/src/psastroChipAstrom.c

    r18476 r18506  
    102102            }
    103103            if (numGoodRO > 0) {
    104                 numGoodCell++;
     104                numGoodCells++;
    105105            }
    106106        }
    107         if (numGoodCell > 0) {
    108             numGoodChip++;
     107        if (numGoodCells > 0) {
     108            numGoodChips++;
    109109        }
    110110    }
    111111
    112     if (fpa->chips->n == 1 && numGoodChip == 0) {
     112    if (fpa->chips->n == 1 && numGoodChips == 0) {
    113113        psError(PSASTRO_ERR_UNKNOWN, false, "Failed to fit single chip.");
    114114        return false;
Note: See TracChangeset for help on using the changeset viewer.