IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 37584


Ignore:
Timestamp:
Nov 11, 2014, 7:55:17 PM (12 years ago)
Author:
eugene
Message:

pass -matched-table to client

Location:
branches/eam_branches/ipp-20140904/Ohana/src/dvomerge/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20140904/Ohana/src/dvomerge/src/args.c

    r37512 r37584  
    192192  }
    193193
     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
    194201  /* replace measurement, don't duplicate */
    195202  REPLACE_BY_PHOTCODE = FALSE;
  • branches/eam_branches/ipp-20140904/Ohana/src/dvomerge/src/dvomergeUpdate_catalogs.c

    r37550 r37584  
    272272    if (PARALLEL_INPUT)      { snprintf (tmpline, DVO_MAX_PATH, "%s -parallel-input",  command); strcpy (command, tmpline); }
    273273    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); }
    274275
    275276    // add some config variables:
Note: See TracChangeset for help on using the changeset viewer.