IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 39671 for trunk


Ignore:
Timestamp:
Sep 4, 2016, 10:38:16 AM (10 years ago)
Author:
eugene
Message:

alternate backup name

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/delstar/src/delete_duplicate_measures.c

    r39605 r39671  
    111111
    112112    // save backup of original cpm file
    113     if (!dvo_catalog_subset_backup (&catalog, ".dl1")) {
     113    if (!dvo_catalog_subset_backup (&catalog, ".dlx")) {
    114114      fprintf (stderr, "ERROR: failed to make backup cpt table for catalog %s\n", catalog.filename);
    115115      exit (1);
    116116    }
    117     if (!dvo_catalog_subset_backup (catalog.measure_catalog, ".d1l")) {
     117    if (!dvo_catalog_subset_backup (catalog.measure_catalog, ".d1x")) {
    118118      fprintf (stderr, "ERROR: failed to make backup cpm table for catalog %s\n", catalog.filename);
    119119      exit (1);
    120120    }
    121     if (!dvo_catalog_subset_backup (catalog.secfilt_catalog, ".dl1")) {
     121    if (!dvo_catalog_subset_backup (catalog.secfilt_catalog, ".dlx")) {
    122122      fprintf (stderr, "ERROR: failed to make backup cps table for catalog %s\n", catalog.filename);
    123123      exit (1);
Note: See TracChangeset for help on using the changeset viewer.