IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 39350 for trunk


Ignore:
Timestamp:
Feb 15, 2016, 1:37:58 PM (10 years ago)
Author:
eugene
Message:

remove excess options from dvomerge_client call

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/dvomerge/src/dvomergeUpdate_catalogs.c

    r39342 r39350  
    338338    if (RESET_STARPAR)              { strextend (&command, "-reset-starpar"); }
    339339    if (ALLOW_MISSING_INPUT_IMAGES) { strextend (&command, "-allow-missing-input-images"); }
    340     if (UPDATE_CATFORMAT)           { strextend (&command, "-update-catformat %s", UPDATE_CATFORMAT); }
    341     if (UPDATE_CATCOMPRESS)         { strextend (&command, "-update-catcompress %s", UPDATE_CATCOMPRESS); }
    342340    if (CPTLIST_FILENAME)           { strextend (&command, "-restrict-cpt %s", CPTLIST_FILENAME); }
    343341    if (REPAIR_BY_OBJID)            { strextend (&command, "-repair-by-objid"); }
Note: See TracChangeset for help on using the changeset viewer.