Changeset 5320 for trunk/Ohana/src/relphot/src/gcatalog.c
- Timestamp:
- Oct 13, 2005, 2:37:39 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/relphot/src/gcatalog.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/relphot/src/gcatalog.c
r5014 r5320 6 6 7 7 if (FINAL) { 8 mode= LOAD_AVES | LOAD_MEAS | LOAD_MISS | LOAD_SECF;8 catalog[0].catflags = LOAD_AVES | LOAD_MEAS | LOAD_MISS | LOAD_SECF; 9 9 } else { 10 mode= LOAD_AVES | LOAD_MEAS | LOAD_SECF;10 catalog[0].catflags = LOAD_AVES | LOAD_MEAS | LOAD_SECF; 11 11 } 12 12 13 13 /* CATMODE and CATFORMAT determined from catalog */ 14 14 15 if (!load_catalog (catalog, mode,VERBOSE)) {15 if (!load_catalog (catalog, VERBOSE)) { 16 16 fprintf (stderr, "ERROR: failure loading catalog %s\n", catalog[0].filename); 17 17 exit (1);
Note:
See TracChangeset
for help on using the changeset viewer.
