Changeset 38471 for trunk/Ohana/src/opihi/dvo/avmatch.c
- Timestamp:
- Jun 14, 2015, 10:12:31 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/dvo/avmatch.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/dvo/avmatch.c
r38441 r38471 189 189 char hostfile[1024]; 190 190 snprintf (hostfile, 1024, "%s/%s.cpt", HOSTDIR, skylist[0].regions[i]->name); 191 192 dvo_catalog_init (&catalog, TRUE); 191 193 catalog.filename = HOST_ID ? hostfile : skylist[0].filename[i]; 192 194 catalog.catflags = DVO_LOAD_AVERAGE | DVO_LOAD_SECFILT; 193 catalog.catflags |= needMeasure ? DVO_LOAD_MEASURE : DVO_SKIP_MEASURE;195 catalog.catflags |= needMeasure ? DVO_LOAD_MEASURE : DVO_SKIP_MEASURE; 194 196 catalog.catflags |= needLensobj ? DVO_LOAD_LENSOBJ : DVO_SKIP_LENSOBJ; 195 197 catalog.catflags |= needStarpar ? DVO_LOAD_STARPAR : DVO_SKIP_STARPAR;
Note:
See TracChangeset
for help on using the changeset viewer.
