Changeset 5014 for trunk/Ohana/src/uniphot/src/wcatalog.c
- Timestamp:
- Sep 12, 2005, 3:04:48 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/uniphot/src/wcatalog.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/uniphot/src/wcatalog.c
r4828 r5014 3 3 void wcatalog (Catalog *catalog) { 4 4 5 /* set catalog format (elixir, loneos, etc) */ 6 if (!strcmp (CATFORMAT, "INTERNAL")) { 7 sprintf (catalog[0].average_format, "DVO_AVERAGE"); 8 sprintf (catalog[0].measure_format, "DVO_MEASURE"); 9 } else { 10 sprintf (catalog[0].average_format, "DVO_AVERAGE_%s", CATFORMAT); 11 sprintf (catalog[0].measure_format, "DVO_MEASURE_%s", CATFORMAT); 12 } 5 /* CATMODE and CATFORMAT determined from catalog */ 13 6 14 7 /** write out catalog, free memory **/
Note:
See TracChangeset
for help on using the changeset viewer.
