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/dvopsps/src/insert_diffobj_dvopsps.c

    r38441 r38471  
    5050
    5151    // set up the basic catalog info
     52    dvo_catalog_init (&catalog, TRUE);
    5253    catalog.filename  = HOST_ID ? localFilename : skylist[0].filename[i];
    53     catalog.catformat = DVO_FORMAT_UNDEF; // not needed since we skip empty catalogs
    54     catalog.catmode   = DVO_MODE_UNDEF;   // not needed since we skip empty catalogs
    5554    catalog.catflags  = DVO_LOAD_AVERAGE | DVO_LOAD_SECFILT;
    5655    catalog.Nsecfilt  = GetPhotcodeNsecfilt ();
Note: See TracChangeset for help on using the changeset viewer.