Changeset 37584
- Timestamp:
- Nov 11, 2014, 7:55:17 PM (12 years ago)
- Location:
- branches/eam_branches/ipp-20140904/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-20140904/Ohana/src/dvomerge/src/args.c
r37512 r37584 192 192 } 193 193 194 /* extra error messages */ 195 MATCHED_TABLES = FALSE; 196 if ((N = get_argument (*argc, argv, "-matched-tables"))) { 197 MATCHED_TABLES = TRUE; 198 remove_argument (N, argc, argv); 199 } 200 194 201 /* replace measurement, don't duplicate */ 195 202 REPLACE_BY_PHOTCODE = FALSE; -
branches/eam_branches/ipp-20140904/Ohana/src/dvomerge/src/dvomergeUpdate_catalogs.c
r37550 r37584 272 272 if (PARALLEL_INPUT) { snprintf (tmpline, DVO_MAX_PATH, "%s -parallel-input", command); strcpy (command, tmpline); } 273 273 if (FORCE_MERGE) { snprintf (tmpline, DVO_MAX_PATH, "%s -force-merge", command); strcpy (command, tmpline); } 274 if (MATCHED_TABLES) { snprintf (tmpline, DVO_MAX_PATH, "%s -matched-tables", command); strcpy (command, tmpline); } 274 275 275 276 // add some config variables:
Note:
See TracChangeset
for help on using the changeset viewer.
