Changeset 37849
- Timestamp:
- Jan 17, 2015, 5:52:12 AM (12 years ago)
- Location:
- branches/eam_branches/ipp-20150112/Ohana/src/dvomerge/src
- Files:
-
- 2 edited
-
args.c (modified) (1 diff)
-
dvomergeUpdate_catalogs.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20150112/Ohana/src/dvomerge/src/args.c
r37807 r37849 206 206 } 207 207 208 UPDATE_CATFORMAT = NULL; 209 if ((N = get_argument (*argc, argv, "-update-catformat"))) { 210 remove_argument (N, argc, argv); 211 UPDATE_CATFORMAT = strcreate (argv[N]); 212 remove_argument (N, argc, argv); 213 } 214 208 215 /* replace measurement, don't duplicate */ 209 216 REPLACE_BY_PHOTCODE = FALSE; -
branches/eam_branches/ipp-20150112/Ohana/src/dvomerge/src/dvomergeUpdate_catalogs.c
r37807 r37849 270 270 271 271 char tmpline[DVO_MAX_PATH]; 272 if (VERBOSE) { snprintf (tmpline, DVO_MAX_PATH, "%s -v", command); strcpy (command, tmpline); } 273 if (VERIFY) { snprintf (tmpline, DVO_MAX_PATH, "%s -verify", command); strcpy (command, tmpline); } 274 if (VERIFY_CATALOG_ONLY) { snprintf (tmpline, DVO_MAX_PATH, "%s -verify-catalogs", command); strcpy (command, tmpline); } 275 if (REPLACE_BY_PHOTCODE) { snprintf (tmpline, DVO_MAX_PATH, "%s -replace", command); strcpy (command, tmpline); } 276 if (PARALLEL_INPUT) { snprintf (tmpline, DVO_MAX_PATH, "%s -parallel-input", command); strcpy (command, tmpline); } 277 if (FORCE_MERGE) { snprintf (tmpline, DVO_MAX_PATH, "%s -force-merge", command); strcpy (command, tmpline); } 278 if (MATCHED_TABLES) { snprintf (tmpline, DVO_MAX_PATH, "%s -matched-tables", command); strcpy (command, tmpline); } 272 if (VERBOSE) { snprintf (tmpline, DVO_MAX_PATH, "%s -v", command); strcpy (command, tmpline); } 273 if (VERIFY) { snprintf (tmpline, DVO_MAX_PATH, "%s -verify", command); strcpy (command, tmpline); } 274 if (VERIFY_CATALOG_ONLY) { snprintf (tmpline, DVO_MAX_PATH, "%s -verify-catalogs", command); strcpy (command, tmpline); } 275 if (REPLACE_BY_PHOTCODE) { snprintf (tmpline, DVO_MAX_PATH, "%s -replace", command); strcpy (command, tmpline); } 276 if (PARALLEL_INPUT) { snprintf (tmpline, DVO_MAX_PATH, "%s -parallel-input", command); strcpy (command, tmpline); } 277 if (FORCE_MERGE) { snprintf (tmpline, DVO_MAX_PATH, "%s -force-merge", command); strcpy (command, tmpline); } 278 if (MATCHED_TABLES) { snprintf (tmpline, DVO_MAX_PATH, "%s -matched-tables", command); strcpy (command, tmpline); } 279 if (UPDATE_CATFORMAT) { snprintf (tmpline, DVO_MAX_PATH, "%s -update-catformat %s", command, UPDATE_CATFORMAT); strcpy (command, tmpline); } 279 280 280 281 // add some config variables:
Note:
See TracChangeset
for help on using the changeset viewer.
