Changeset 28329
- Timestamp:
- Jun 15, 2010, 9:46:41 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/dvomerge/src/LoadCatalog.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/dvomerge/src/LoadCatalog.c
r24745 r28329 7 7 catalog[0].Nsecfilt = GetPhotcodeNsecfilt (); 8 8 9 if (!strcmp (mode, "w")) { 10 catalog[0].catflags = LOAD_NONE; 11 } else { 12 catalog[0].catflags = LOAD_AVES | LOAD_MEAS | LOAD_MISS | LOAD_SECF; 13 } 9 // always load all of the data (if any exists) 10 catalog[0].catflags = LOAD_AVES | LOAD_MEAS | LOAD_MISS | LOAD_SECF; 14 11 15 12 catalog[0].catformat = dvo_catalog_catformat (CATFORMAT); // set the default catformat from config data
Note:
See TracChangeset
for help on using the changeset viewer.
