- Timestamp:
- Jun 2, 2015, 12:37:17 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ohana.20150429/src/delstar/src/delete_imagefile.c
r34749 r38352 26 26 catalog.filename = sky[0].filename[i]; /* don't free region before catalog! */ 27 27 catalog.Nsecfilt = GetPhotcodeNsecfilt (); 28 catalog.catflags = LOAD_AVES | LOAD_MEAS | LOAD_MISS | LOAD_SECF;28 catalog.catflags = DVO_LOAD_AVERAGE | DVO_LOAD_MEASURE | DVO_LOAD_MISSING | DVO_LOAD_SECFILT; 29 29 30 30 // an error exit status here is a significant error … … 33 33 exit (2); 34 34 } 35 if (!catalog.Nave s_disk) {35 if (!catalog.Naverage_disk) { 36 36 dvo_catalog_unlock (&catalog); 37 37 dvo_catalog_free (&catalog);
Note:
See TracChangeset
for help on using the changeset viewer.
