Changeset 15522
- Timestamp:
- Nov 8, 2007, 1:04:30 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20071023/psastro/src/psastroMosaicSetMatch.c
r12806 r15522 15 15 if (!status) { 16 16 psError(PS_ERR_IO, false, "Failed to lookup matching radius: %s", radiusWord); 17 return NULL;17 return false; 18 18 } 19 20 if (RADIUS <= 0.0) { 21 if (iteration == 0) { 22 psError(PS_ERR_IO, false, "Invalid match radius for first iteration: %s", radiusWord); 23 return false; 24 } 25 psWarning ("skipping match for iteration %d\n", iteration); 26 return true; 27 } 19 28 20 29 // this loop selects the matched stars for all chips
Note:
See TracChangeset
for help on using the changeset viewer.
