IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 13, 2005, 2:37:39 PM (21 years ago)
Author:
eugene
Message:

changed load_catalog to take the mode from the catalog structure rather than as an argument

File:
1 edited

Legend:

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

    r5014 r5320  
    6969      continue;
    7070    }
    71     if (!load_catalog (&catalog, LOAD_AVES | LOAD_MEAS | LOAD_SECF, FALSE)) {
     71    catalog.catflags = LOAD_AVES | LOAD_MEAS | LOAD_SECF;
     72    if (!load_catalog (&catalog, FALSE)) {
    7273      unlock_catalog (&catalog);
    7374      continue;
Note: See TracChangeset for help on using the changeset viewer.