IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 36467


Ignore:
Timestamp:
Feb 1, 2014, 6:05:20 AM (12 years ago)
Author:
eugene
Message:

pass config state to clients

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20131211/Ohana/src/dvomerge/src/dvomergeUpdate_catalogs.c

    r35765 r36467  
    248248    if (FORCE_MERGE)         { snprintf (tmpline, DVO_MAX_PATH, "%s -force-merge",     command); strcpy (command, tmpline); }
    249249
     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
    250255    fprintf (stderr, "command: %s\n", command);
    251256
Note: See TracChangeset for help on using the changeset viewer.