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

Location:
trunk/Ohana/src/dvosplit/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/dvosplit/src/dvosplit.c

    r38441 r38471  
    7878
    7979    // set the parameters which guide catalog open/load/create
     80    dvo_catalog_init (&incatalog, TRUE);
    8081    incatalog.filename = skylist[0].filename[i];
    8182    incatalog.Nsecfilt = GetPhotcodeNsecfilt ();
  • trunk/Ohana/src/dvosplit/src/open_output_catalogs.c

    r38441 r38471  
    1212   
    1313    // set the parameters which guide catalog open/load/create
     14    dvo_catalog_init (&outcatalogs[i], TRUE);
    1415    outcatalogs[i].filename  = outlist[0].filename[i];
    1516    outcatalogs[i].Nsecfilt  = GetPhotcodeNsecfilt ();
Note: See TracChangeset for help on using the changeset viewer.