Changeset 38441 for trunk/Ohana/src/delstar/src/delete_photcodes.c
- Timestamp:
- Jun 12, 2015, 6:18:23 PM (11 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/delstar/src/delete_photcodes.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana
-
Property svn:mergeinfo
set to
/branches/eam_branches/ohana.20150429 merged eligible
-
Property svn:mergeinfo
set to
-
trunk/Ohana/src/delstar/src/delete_photcodes.c
r35758 r38441 41 41 catalog.filename = HOST_ID ? hostfile : skylist[0].filename[i]; 42 42 catalog.Nsecfilt = GetPhotcodeNsecfilt (); 43 catalog.catflags = LOAD_AVES | LOAD_MEAS | LOAD_MISS | LOAD_SECF;43 catalog.catflags = DVO_LOAD_AVERAGE | DVO_LOAD_MEASURE | DVO_LOAD_MISSING | DVO_LOAD_SECFILT; 44 44 45 45 if (VERBOSE) fprintf (stderr, "deleting from %s\n", catalog.filename); … … 50 50 exit (2); 51 51 } 52 if (!catalog.Nave s_disk) {52 if (!catalog.Naverage_disk) { 53 53 if (VERBOSE2) fprintf (stderr, "no data in %s, skipping\n", catalog.filename); 54 54 dvo_catalog_unlock (&catalog);
Note:
See TracChangeset
for help on using the changeset viewer.
