IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 5996


Ignore:
Timestamp:
Jan 15, 2006, 9:01:20 AM (21 years ago)
Author:
eugene
Message:

added check for missing sky table

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/dvo/region_list.c

    r5945 r5996  
    4343  if (sky != NULL) SkyTableFree (sky);
    4444  sky = SkyTableLoadOptimal (catdir, skyfile, gscfile, skydepth, verbose);
     45  if (sky == NULL) return FALSE;
     46
    4547  SkyTableSetFilenames (sky, catdir, "cpt");
    4648
Note: See TracChangeset for help on using the changeset viewer.