IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 14, 2015, 10:12:31 AM (11 years ago)
Author:
eugene
Message:

make sure the full catalog structure is initialized before calling dvo_catalog_open

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/checkastro/src/load_catalogs.c

    r38441 r38471  
    3030    char hostfile[1024];
    3131    snprintf (hostfile, 1024, "%s/%s.cpt", hostpath, skylist[0].regions[i]->name);
     32
     33    dvo_catalog_init (pcatalog, TRUE);
    3234    pcatalog->filename = hostID ? hostfile : skylist[0].filename[i];
    3335
Note: See TracChangeset for help on using the changeset viewer.