- Timestamp:
- Sep 4, 2016, 10:38:16 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/delstar/src/delete_duplicate_measures.c
r39605 r39671 111 111 112 112 // save backup of original cpm file 113 if (!dvo_catalog_subset_backup (&catalog, ".dl 1")) {113 if (!dvo_catalog_subset_backup (&catalog, ".dlx")) { 114 114 fprintf (stderr, "ERROR: failed to make backup cpt table for catalog %s\n", catalog.filename); 115 115 exit (1); 116 116 } 117 if (!dvo_catalog_subset_backup (catalog.measure_catalog, ".d1 l")) {117 if (!dvo_catalog_subset_backup (catalog.measure_catalog, ".d1x")) { 118 118 fprintf (stderr, "ERROR: failed to make backup cpm table for catalog %s\n", catalog.filename); 119 119 exit (1); 120 120 } 121 if (!dvo_catalog_subset_backup (catalog.secfilt_catalog, ".dl 1")) {121 if (!dvo_catalog_subset_backup (catalog.secfilt_catalog, ".dlx")) { 122 122 fprintf (stderr, "ERROR: failed to make backup cps table for catalog %s\n", catalog.filename); 123 123 exit (1);
Note:
See TracChangeset
for help on using the changeset viewer.
