IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 17676


Ignore:
Timestamp:
May 14, 2008, 9:06:49 AM (18 years ago)
Author:
eugene
Message:

do not return NULL on no refstars: this is information

File:
1 edited

Legend:

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

    r16962 r17676  
    104104        psError(PSASTRO_ERR_REFSTARS, true, "error reading reference data\n");
    105105        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);
    112106        return NULL;
    113107    }
Note: See TracChangeset for help on using the changeset viewer.