Changeset 17676
- Timestamp:
- May 14, 2008, 9:06:49 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastroLoadRefstars.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroLoadRefstars.c
r16962 r17676 104 104 psError(PSASTRO_ERR_REFSTARS, true, "error reading reference data\n"); 105 105 psFitsClose (fits); 106 return NULL;107 }108 if (refstars->n == 0) {109 psError(PSASTRO_ERR_REFSTARS, true, "no reference stars found");110 psFitsClose (fits);111 psFree(refstars);112 106 return NULL; 113 107 }
Note:
See TracChangeset
for help on using the changeset viewer.
