IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 27, 2006, 4:50:26 PM (20 years ago)
Author:
eugene
Message:

better handling for free_catalog

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libdvo/src/dvo_catalog.c

    r7080 r8001  
    5959  if (Naxis == 2) catalog[0].catmode = DVO_MODE_RAW;
    6060  /* don't use Naxis == 2 and split mode! */
     61
     62  catalog[0].average = NULL;
     63  catalog[0].secfilt = NULL;
     64  catalog[0].measure = NULL;
     65  catalog[0].missing = NULL;
    6166
    6267  switch (catalog[0].catmode) {
Note: See TracChangeset for help on using the changeset viewer.