- Timestamp:
- Nov 27, 2019, 5:13:23 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ohana.20190329/src/dvomerge/src/LoadCatalog.c
r39926 r41148 10 10 // always load all of the data (if any exists) 11 11 12 catalog[0].catflags = DVO_LOAD_AVERAGE | DVO_LOAD_ MISSING | DVO_LOAD_SECFILT;12 catalog[0].catflags = DVO_LOAD_AVERAGE | DVO_LOAD_SECFILT; 13 13 14 14 if (SKIP_MEASURE) { … … 16 16 } else { 17 17 catalog[0].catflags = catalog[0].catflags | DVO_LOAD_MEASURE; 18 } 19 20 if (SKIP_MISSING) { 21 catalog[0].catflags = catalog[0].catflags | DVO_SKIP_MISSING; 22 } else { 23 catalog[0].catflags = catalog[0].catflags | DVO_LOAD_MISSING; 18 24 } 19 25
Note:
See TracChangeset
for help on using the changeset viewer.
