Changeset 36467
- Timestamp:
- Feb 1, 2014, 6:05:20 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20131211/Ohana/src/dvomerge/src/dvomergeUpdate_catalogs.c
r35765 r36467 248 248 if (FORCE_MERGE) { snprintf (tmpline, DVO_MAX_PATH, "%s -force-merge", command); strcpy (command, tmpline); } 249 249 250 // add some config variables: 251 snprintf (tmpline, DVO_MAX_PATH, "%s -D CATMODE %s", command, CATMODE); strcpy (command, tmpline); 252 snprintf (tmpline, DVO_MAX_PATH, "%s -D CATFORMAT %s", command, CATFORMAT); strcpy (command, tmpline); 253 snprintf (tmpline, DVO_MAX_PATH, "%s -D SKY_DEPTH %d", command, SKY_DEPTH); strcpy (command, tmpline); 254 250 255 fprintf (stderr, "command: %s\n", command); 251 256
Note:
See TracChangeset
for help on using the changeset viewer.
