Changeset 18506
- Timestamp:
- Jul 13, 2008, 3:38:10 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastroChipAstrom.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroChipAstrom.c
r18476 r18506 102 102 } 103 103 if (numGoodRO > 0) { 104 numGoodCell ++;104 numGoodCells++; 105 105 } 106 106 } 107 if (numGoodCell > 0) {108 numGoodChip ++;107 if (numGoodCells > 0) { 108 numGoodChips++; 109 109 } 110 110 } 111 111 112 if (fpa->chips->n == 1 && numGoodChip == 0) {112 if (fpa->chips->n == 1 && numGoodChips == 0) { 113 113 psError(PSASTRO_ERR_UNKNOWN, false, "Failed to fit single chip."); 114 114 return false;
Note:
See TracChangeset
for help on using the changeset viewer.
