IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 40378


Ignore:
Timestamp:
Mar 26, 2018, 1:57:11 PM (8 years ago)
Author:
eugene
Message:

I need to load all of the average and secfilt entries to keep the internal counters consistent

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/dvomerge/src/dvosecfilt_catalogs.c

    r38986 r40378  
    4141    // always load all of the data (if any exists)
    4242    catalog.Nsecfilt  = 0;
    43     catalog.catflags  = DVO_LOAD_SECFILT;  // XXX this will fail for MEF version
     43    catalog.catflags  = DVO_LOAD_AVERAGE | DVO_LOAD_SECFILT;  // XXX this will fail for MEF version
    4444    catalog.catformat = dvo_catalog_catformat (CATFORMAT);  // set the default catformat from config data
    4545    catalog.catmode   = dvo_catalog_catmode (CATMODE);      // set the default catmode from config data
Note: See TracChangeset for help on using the changeset viewer.