Changeset 14450
- Timestamp:
- Aug 8, 2007, 12:28:08 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/libdvo/src/dvo_catalog.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/libdvo/src/dvo_catalog.c
r13884 r14450 235 235 status = gfits_scan (&catalog[0].header, "SORTED", "%t", 1, &catalog[0].sorted); 236 236 if (!status) catalog[0].sorted = TRUE; 237 238 // even if the data is sorted on disk, if we only load the MEAS_META, we are 239 // treating it as unsorted (eg, append only) 240 if (catalog[0].catflags & LOAD_MEAS_META) { 241 catalog[0].sorted = FALSE; 242 } 237 243 238 244 // determine catmode
Note:
See TracChangeset
for help on using the changeset viewer.
