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/cmatch.c

    r5014 r5320  
    4040    return (FALSE);
    4141  }
    42   if (!load_catalog (&catalog1, LOAD_AVES | LOAD_MEAS | LOAD_SECF, TRUE)) {
     42  catalog1.catflags = LOAD_AVES | LOAD_MEAS | LOAD_SECF;
     43  if (!load_catalog (&catalog1, TRUE)) {
    4344    unlock_catalog (&catalog1);
    4445    return (FALSE);
Note: See TracChangeset for help on using the changeset viewer.