Changeset 15671 for trunk/psastro/src/psastroMosaicSetMatch.c
- Timestamp:
- Nov 20, 2007, 9:19:48 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastroMosaicSetMatch.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroMosaicSetMatch.c
r15562 r15671 15 15 if (!status) { 16 16 psError(PS_ERR_IO, false, "Failed to lookup matching radius: %s", radiusWord); 17 psFree (view); 17 18 return false; 18 19 } … … 21 22 if (iteration == 0) { 22 23 psError(PS_ERR_IO, false, "Invalid match radius for first iteration: %s", radiusWord); 24 psFree (view); 23 25 return false; 24 26 } 25 27 psWarning ("skipping match for iteration %d\n", iteration); 28 psFree (view); 26 29 return true; 27 30 }
Note:
See TracChangeset
for help on using the changeset viewer.
