IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 2, 2015, 12:37:17 PM (11 years ago)
Author:
eugene
Message:

rename some dvo-internal structures and enums to enable macro-ization and to avoid namespace collisions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ohana.20150429/src/relphot/src/relphot_objects.c

    r37807 r38352  
    4242    catalog.catformat = dvo_catalog_catformat (CATFORMAT);    // set the default catformat from config data
    4343    catalog.catmode   = dvo_catalog_catmode (CATMODE);        // set the default catmode from config data
    44     catalog.catflags  = LOAD_AVES | LOAD_MEAS | LOAD_MISS | LOAD_SECF;
     44    catalog.catflags  = DVO_LOAD_AVERAGE | DVO_LOAD_MEASURE | DVO_LOAD_MISSING | DVO_LOAD_SECFILT;
    4545    catalog.Nsecfilt  = GetPhotcodeNsecfilt ();
    4646
     
    4949      exit (1);
    5050    }
    51     if (!catalog.Naves_disk) {
     51    if (!catalog.Naverage_disk) {
    5252      if (VERBOSE) fprintf (stderr, "no data in %s, skipping\n", catalog.filename);
    5353      dvo_catalog_unlock (&catalog);
Note: See TracChangeset for help on using the changeset viewer.