Changeset 40735 for trunk/Ohana/src/dvomerge/src/LoadCatalog.c
- Timestamp:
- May 14, 2019, 2:45:56 PM (7 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/dvomerge/src/LoadCatalog.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/dvomerge/src/LoadCatalog.c
r39926 r40735 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.
