IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 13, 2015, 5:57:53 AM (11 years ago)
Author:
eugene
Message:

fix minor merge typos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/addstar/src/loadtycho_rawdata.c

    r38467 r38470  
    131131      catalog.catformat = dvo_catalog_catformat (CATFORMAT);  // set the default catformat from config data
    132132      catalog.catmode   = dvo_catalog_catmode (CATMODE);      // set the default catmode from config data
    133       catalog.catflags = LOAD_AVES | LOAD_MEAS | LOAD_MISS | LOAD_SECF;
     133      catalog.catflags  = DVO_LOAD_AVERAGE | DVO_LOAD_MEASURE | DVO_LOAD_MISSING | DVO_LOAD_SECFILT | DVO_LOAD_LENSING;
    134134      catalog.Nsecfilt  = GetPhotcodeNsecfilt ();
    135135
Note: See TracChangeset for help on using the changeset viewer.