IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 25, 2008, 6:24:33 PM (18 years ago)
Author:
eugene
Message:

adding hostname to db fields

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/warptool.c

    r16248 r16253  
    736736    PXOPT_LOOKUP_F64(bg_stdev, config->args, "-bg_stdev", false, false);
    737737    PXOPT_LOOKUP_F32(dtime_warp, config->args, "-dtime_warp", false, false);
     738    PXOPT_LOOKUP_STR(hostname, config->args, "-hostname", false, false);
    738739    PXOPT_LOOKUP_F32(good_frac, config->args, "-good_frac", false, false);
    739740    PXOPT_LOOKUP_BOOL(ignore, config->args, "-ignore", false);
     
    759760                           bg_stdev,
    760761                           dtime_warp,
     762                           hostname,
    761763                           good_frac,
    762764                           ignore,
Note: See TracChangeset for help on using the changeset viewer.