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/opihi/dvo/paverage.c

    r38441 r38471  
    104104  Nloaded = 0;
    105105  for (j = 0; (j < skylist[0].Nregions) && !interrupt; j++) {
     106    dvo_catalog_init (&catalog, TRUE);
    106107    catalog.filename = skylist[0].filename[j];
    107108    catalog.catflags = DVO_LOAD_AVERAGE | DVO_LOAD_SECFILT;
Note: See TracChangeset for help on using the changeset viewer.